change MainActivity's launchMode to "standard"

reverse change in 19fa3fce05 (April 4
2019) making MainActivity singleTask, which caused starting the app to
launch the gamesList screen rather than the game that had been open when
it was moved to background. Now it's "standard," and I have to hope that
doesn't produce new problems. As I wrote back then, we'll see. More
quickly I hope.
This commit is contained in:
Eric House 2020-04-08 14:46:17 -07:00
parent 0904a5299e
commit b74a1c4420

View file

@ -55,7 +55,7 @@
<activity android:name="MainActivity"
android:label="@string/app_name"
android:launchMode="singleTask"
android:launchMode="standard"
>
<intent-filter>
<action android:name="android.intent.action.MAIN" />