keep bottom bar behind keyboard

This commit is contained in:
2026-05-18 05:12:49 +05:00
parent d59a6fad82
commit d713047970
+2 -1
View File
@@ -48,7 +48,8 @@
<activity
android:name=".ui.home.HomeActivity"
android:exported="false" />
android:exported="false"
android:windowSoftInputMode="adjustPan" />
<activity
android:name=".ui.home.QrScannerActivity"