From b74a1c44205c6fcd28ad7feb2dae17ffd4b1ab88 Mon Sep 17 00:00:00 2001 From: Eric House Date: Wed, 8 Apr 2020 14:46:17 -0700 Subject: [PATCH] change MainActivity's launchMode to "standard" reverse change in 19fa3fce05898965a9227fbe3fe3716d5c8fe0e6 (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. --- xwords4/android/app/src/main/AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xwords4/android/app/src/main/AndroidManifest.xml b/xwords4/android/app/src/main/AndroidManifest.xml index b53bde654..bedb9bf1f 100644 --- a/xwords4/android/app/src/main/AndroidManifest.xml +++ b/xwords4/android/app/src/main/AndroidManifest.xml @@ -55,7 +55,7 @@