From 38c57cec6d9e46bcb897b85e15cf6852fa40f6c7 Mon Sep 17 00:00:00 2001 From: Mohamed Zenadi Date: Sun, 19 Jul 2015 13:51:24 +0200 Subject: handle rotation in password list and password decrypt --- app/src/main/AndroidManifest.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'app/src/main/AndroidManifest.xml') diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 8deb8826..2849695f 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -6,7 +6,8 @@ - + @@ -27,7 +28,8 @@ + android:parentActivityName=".PasswordStore" + android:configChanges="orientation|screenSize"> -- cgit v1.2.3