From ed860454a73a202af313f9b60cc642eb4c9f0694 Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Thu, 3 Apr 2025 20:46:39 -0400 Subject: [PATCH] Moves activities to be singleInstance to avoid multiple startups when receiving share events from other apps. --- amethyst/src/main/AndroidManifest.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/amethyst/src/main/AndroidManifest.xml b/amethyst/src/main/AndroidManifest.xml index af1a6163c..7daf6a19e 100644 --- a/amethyst/src/main/AndroidManifest.xml +++ b/amethyst/src/main/AndroidManifest.xml @@ -66,7 +66,7 @@