Fix crash seen on samsung galaxy

This commit is contained in:
2026-09-20 10:08:57 +02:00
parent 3360acb411
commit 70e105e14e
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -36,6 +36,7 @@ android {
buildTypes {
debug {
debuggable true
applicationIdSuffix ".debug"
}
release {
minifyEnabled true
-1
View File
@@ -5,7 +5,6 @@
android:allowBackup="true"
android:dataExtractionRules="@xml/data_extraction_rules"
android:fullBackupContent="@xml/backup_rules"
android:hardwareAccelerated="false"
android:icon="@mipmap/ic_launcher_round"
android:label="${APP_NAME}"
android:supportsRtl="true">