Skip to content

Commit

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

Signed-off-by: mueller-ma <[email protected]>
  • Loading branch information
mueller-ma committed Oct 1, 2023
1 parent f4950e9 commit e87ef55
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 e87ef55

Please sign in to comment.