From 4af018aabfdf17706d4ba98ecc9f718198a7b1ec 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. --- AndroidManifest.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 39489d377..c3005df87 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -90,6 +90,7 @@ -- GitLab