From 7530fc5968bb82fdab6f6a0b85b1664ce2d0a5bf Mon Sep 17 00:00:00 2001 From: Fahim Salam Chowdhury Date: Tue, 6 Dec 2022 13:00:00 +0600 Subject: [PATCH] 5723-s-Add_configuration_change_support_for_editEventActivity issue: https://gitlab.e.foundation/e/backlog/-/issues/5723 On rotation EditEventActivity gets removed but not created properly again because configChanges were missing from manifest. --- app/src/main/AndroidManifest.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 5a96efe87..703ced6b5 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -111,6 +111,7 @@ -- GitLab