diff options
| author | Peter Stone <thepeterstone@gmail.com> | 2026-07-12 10:41:12 +0000 |
|---|---|---|
| committer | Peter Stone <thepeterstone@gmail.com> | 2026-07-12 10:41:12 +0000 |
| commit | b1c76cdf30b7d491f3791588c8aa8c66ee5a0950 (patch) | |
| tree | d0967bc04f921a4f1abcf6e45355e7c22bb0cbb5 /android/app/src/main/AndroidManifest.xml | |
| parent | 029902606396cf5ec583e187e7adc576c4aafb71 (diff) | |
fix(widget): add IME handling to quick-add's keyboard-covering input field
Diffstat (limited to 'android/app/src/main/AndroidManifest.xml')
| -rw-r--r-- | android/app/src/main/AndroidManifest.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index cae6ffb..6d35ff7 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -20,7 +20,8 @@ <activity android:name=".ui.QuickAddActivity" android:theme="@style/Theme.TaskDetail" - android:exported="false" /> + android:exported="false" + android:windowSoftInputMode="adjustResize" /> <!-- Settings activity (also the widget config screen) --> <activity |
