Avoid popping up the keyboard when entering the debug activity

here
cpfeiffer 2015-12-08 23:41:45 +01:00
parent 0d63e5b770
commit fe60d6aaf0
1 changed files with 2 additions and 1 deletions

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"