Skip to content

Commit

Permalink
Merge pull request #492 from sussol/#xxxx-fix-user-undefined-after-re…
Browse files Browse the repository at this point in the history
…open

Fixes the mSupplyMobileApp constructing again on reopen
  • Loading branch information
Chris-Petty authored Aug 21, 2017
2 parents 491df12 + ae4cf5f commit 585953f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
android:name=".MainActivity"
android:label="@string/app_name"
android:configChanges="keyboard|keyboardHidden|orientation|screenSize"
android:screenOrientation="landscape">
android:screenOrientation="landscape"
android:launchMode="singleTop">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
Expand Down

0 comments on commit 585953f

Please sign in to comment.