From 23a7d8555f53b6014c4586d6810e081c550c2d6a Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sun, 8 May 2022 14:55:47 -0500 Subject: [PATCH] Avoid activity restarts in StreamSettings and AddComputerManually We would ideally save and restore state, but this is fine for these specific transient user activities. Fixes #1052 Fixes #1055 --- app/src/main/AndroidManifest.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 85cd1c31..2ff93309 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -99,6 +99,7 @@