1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-09 15:11:34 +02:00

Avoid popping up the keyboard when entering the debug activity

This commit is contained in:
cpfeiffer 2015-12-08 23:41:45 +01:00
parent 0d63e5b770
commit fe60d6aaf0

View File

@ -222,7 +222,8 @@
<activity
android:name=".activities.DebugActivity"
android:label="@string/title_activity_debug"
android:parentActivityName=".activities.ControlCenter">
android:parentActivityName=".activities.ControlCenter"
android:windowSoftInputMode="stateHidden">
</activity>
<activity
android:name=".activities.DiscoveryActivity"