Skip to content

Commit

Permalink
Fix keyboard hiding input widget (#3488)
Browse files Browse the repository at this point in the history
Closes #3457

Signed-off-by: mueller-ma <[email protected]>
  • Loading branch information
mueller-ma authored Oct 8, 2023
1 parent 9e82edc commit 79c61cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mobile/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@
<activity
android:name=".ui.MainActivity"
android:launchMode="singleTop"
android:windowSoftInputMode="adjustPan"
android:exported="true">

<!-- for Nougat -->
Expand Down

0 comments on commit 79c61cf

Please sign in to comment.