From 1f2b2c88344102f6f9161f3e4052a77d149a6b6d Mon Sep 17 00:00:00 2001 From: saqura Date: Sun, 25 Oct 2015 21:34:16 +0100 Subject: Handle some orientation changes manually Currently most activities get destroyed/recreated when rotating the device. This commit prevents this from happening where it is not necessary. The most obvious improvements are: * The options menu in the EditAccountActivity does not disappear when rotating the device. * CSI inactive/active states are no longer sent on every rotate. --- src/main/AndroidManifest.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/AndroidManifest.xml b/src/main/AndroidManifest.xml index 117bce92..32545985 100644 --- a/src/main/AndroidManifest.xml +++ b/src/main/AndroidManifest.xml @@ -39,6 +39,7 @@ @@ -95,14 +96,17 @@ android:launchMode="singleTask"/>