taler-android

Android apps for GNU Taler (wallet, PoS, cashier)
Log | Files | Refs | README | LICENSE

commit 9b11a029a43eed0c35e3aaf20dcef639ced17a04
parent c6c40eb0787be02216aaded3d971fcf6f8cacda2
Author: Iván Ávalos <avalos@disroot.org>
Date:   Fri, 31 Jan 2025 20:47:29 +0100

[wallet] fix crash on rotation

bug 0009478

Diffstat:
Mwallet/src/main/AndroidManifest.xml | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/wallet/src/main/AndroidManifest.xml b/wallet/src/main/AndroidManifest.xml @@ -51,7 +51,8 @@ android:exported="true" android:launchMode="singleInstance" android:theme="@style/AppTheme.NoActionBar" - android:windowSoftInputMode="adjustResize"> + android:windowSoftInputMode="adjustResize" + android:configChanges="keyboardHidden|orientation|screenSize"> <intent-filter> <action android:name="android.intent.action.MAIN" /> <category android:name="android.intent.category.LAUNCHER" />