From 12662bd9d7739aa9db33e641f3206959c2e5b7d3 Mon Sep 17 00:00:00 2001 From: Marcel Hibbe Date: Fri, 7 Jul 2023 09:11:20 +0200 Subject: [PATCH] allow screenOrientation for ChatActivity this was temporarily disabled as a workaround because of https://github.com/nextcloud/talk-android/issues/3146 So after screen rotation it could happen that chat was not updated. Now that the issue is solved, portrait mode will be allowed again Signed-off-by: Marcel Hibbe --- app/src/main/AndroidManifest.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index e8b9bb517..244c851d3 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -215,7 +215,6 @@