From 4d92c966ef61daacb3f6185ccd8f2748aaf375db Mon Sep 17 00:00:00 2001 From: jcesarmobile Date: Tue, 10 Sep 2024 19:00:54 +0200 Subject: [PATCH] fix(android-template): prevent app restart on bluetooh keyboard changes --- android-template/app/src/main/AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android-template/app/src/main/AndroidManifest.xml b/android-template/app/src/main/AndroidManifest.xml index 4d7ca3804..340e7df83 100644 --- a/android-template/app/src/main/AndroidManifest.xml +++ b/android-template/app/src/main/AndroidManifest.xml @@ -10,7 +10,7 @@ android:theme="@style/AppTheme">