mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2025-01-12 02:45:49 +01:00
Avoid popping up the keyboard when entering the debug activity
This commit is contained in:
parent
0d63e5b770
commit
fe60d6aaf0
@ -222,7 +222,8 @@
|
|||||||
<activity
|
<activity
|
||||||
android:name=".activities.DebugActivity"
|
android:name=".activities.DebugActivity"
|
||||||
android:label="@string/title_activity_debug"
|
android:label="@string/title_activity_debug"
|
||||||
android:parentActivityName=".activities.ControlCenter">
|
android:parentActivityName=".activities.ControlCenter"
|
||||||
|
android:windowSoftInputMode="stateHidden">
|
||||||
</activity>
|
</activity>
|
||||||
<activity
|
<activity
|
||||||
android:name=".activities.DiscoveryActivity"
|
android:name=".activities.DiscoveryActivity"
|
||||||
|
Loading…
Reference in New Issue
Block a user