Don't show keyboard when open search

pull/102/head
FongMi 3 years ago
parent 8586f0ebe0
commit 7ac11561cc
  1. 3
      app/src/leanback/AndroidManifest.xml

@ -60,7 +60,8 @@
android:name=".ui.activity.SearchActivity"
android:configChanges="screenSize|smallestScreenSize|screenLayout|orientation"
android:launchMode="singleTop"
android:screenOrientation="sensorLandscape" />
android:screenOrientation="sensorLandscape"
android:windowSoftInputMode="stateHidden" />
<activity
android:name=".ui.activity.SettingActivity"

Loading…
Cancel
Save