From d346d68b4f66fb0a9d1428d5e0d470f039a0a441 Mon Sep 17 00:00:00 2001 From: M M Arif Date: Sun, 11 Oct 2020 21:49:30 +0200 Subject: [PATCH] Fix screen orientation reloads (#728) Fix screen orientation reloads Co-authored-by: M M Arif Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/728 Reviewed-by: 6543 <6543@noreply.codeberg.org> --- app/src/main/AndroidManifest.xml | 137 +++++++++++++++++++++++-------- 1 file changed, 105 insertions(+), 32 deletions(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 4b656f12..ddfa3c9f 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -17,43 +17,79 @@ android:supportsRtl="true" tools:targetApi="n"> - + - - - - - - - - + + + + + + + + - - - - + + + + - + @@ -62,24 +98,61 @@ - - - - - - - - - - - - - - - - - + android:configChanges="orientation|screenSize|smallestScreenSize|density|screenLayout|uiMode|keyboard|keyboardHidden|navigation" + android:launchMode="singleTask" + android:theme="@android:style/Theme.NoTitleBar"/> + + + + + + + + + + + + + + + + +