Avoid popping up the keyboard when entering the debug activity
This commit is contained in:
parent
0d63e5b770
commit
fe60d6aaf0
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue