taler-android

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

commit e58c826fbfb734a5a054c52b49d4677f3086b734
parent a94087acab327a82776da32159e85f300b7e80b3
Author: Iván Ávalos <avalos@disroot.org>
Date:   Tue,  3 Mar 2026 21:18:58 +0100

[wallet] do not crash on light/dark mode switch

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

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