Skip to content

Commit

Permalink
Let Wolvic handle keyboard configuration changes
Browse files Browse the repository at this point in the history
This way the activity is not destroyed and recreated every time the
connection of the hardware keyboard changes.
  • Loading branch information
svillar committed Sep 4, 2024
1 parent 5a1855d commit c43428b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
android:name="com.igalia.wolvic.VRBrowserActivity"
android:launchMode="singleInstance"
android:exported="true"
android:configChanges="density|keyboardHidden|navigation|orientation|screenSize|uiMode|locale|layoutDirection"
android:configChanges="density|keyboard|keyboardHidden|navigation|orientation|screenSize|uiMode|locale|layoutDirection"
android:windowSoftInputMode="stateAlwaysHidden">
<!-- Declares Wolvic as a browser app -->
<intent-filter>
Expand Down

0 comments on commit c43428b

Please sign in to comment.