From 574f7dcaa8d8b2411d1110aa21a3b3e2e419167d 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 b1e8a7a79..fbb728d24 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -108,6 +108,7 @@ -- GitLab