fix(android): stabilize chat ime insets and tab bar

This commit is contained in:
Ayaan Zaidi
2026-02-25 13:45:42 +05:30
committed by Ayaan Zaidi
parent 959cbafcdb
commit 7725c0b9b3
3 changed files with 16 additions and 18 deletions

View File

@@ -50,7 +50,7 @@
<activity
android:name=".MainActivity"
android:exported="true"
android:windowSoftInputMode="adjustNothing"
android:windowSoftInputMode="adjustResize"
android:configChanges="orientation|screenSize|screenLayout|smallestScreenSize|uiMode|density|keyboard|keyboardHidden|navigation">
<intent-filter>
<action android:name="android.intent.action.MAIN" />