Skip to content

Commit

Permalink
Updated: Do not automatically open keyboard when opening plugin confi…
Browse files Browse the repository at this point in the history
…guring
  • Loading branch information
agnostic-apollo committed Sep 11, 2021
1 parent 05af1af commit 267cf61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
android:exported="true"
android:icon="@drawable/ic_launcher"
android:label="@string/plugin_name"
android:windowSoftInputMode="stateHidden"
android:uiOptions="splitActionBarWhenNarrow">
<!-- this Intent filter allows the plug-in to be discovered by Locale -->
<intent-filter>
Expand Down

0 comments on commit 267cf61

Please sign in to comment.