Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Commit

Permalink
adjusted manifest (#912)
Browse files Browse the repository at this point in the history
  • Loading branch information
Langston Smith authored and Kevin Li committed Nov 14, 2018
1 parent b8230c9 commit 7b9b80c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion MapboxAndroidDemo/src/global/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,10 @@
android:name="android.support.PARENT_ACTIVITY"
android:value="com.mapbox.mapboxandroiddemo.MainActivity"/>
</activity>

<activity
android:name=".account.LoadingActivity"
android:screenOrientation="portrait">
</activity>
<activity
android:name=".account.LandingActivity"
android:screenOrientation="portrait">
Expand Down

0 comments on commit 7b9b80c

Please sign in to comment.