From 48ab06f047a1cf00f7b77b2c4965ffe70b6c4e83 Mon Sep 17 00:00:00 2001 From: Greg Alexander Date: Sun, 16 Oct 2016 16:09:15 -0400 Subject: [PATCH] make the main activity "singleTask" because otherwise it's possible for two of them to get stacked on top of eachother (one lingering from having been launched, and another from tapping the notification, for example) in the same task, and then the back (or QUIT) button won't do anything the first tiem --- AndroidManifest.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 9a0e82b..c164c76 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -8,7 +8,8 @@ - +