mirror of
https://github.com/SimpleMobileTools/Simple-Dialer.git
synced 2025-06-05 21:49:23 +02:00
Add windowSoftInputMode = stateHidden to prevent keyboard from showing in DialpadActivity
This commit is contained in:
@ -100,6 +100,7 @@
|
||||
<activity
|
||||
android:name=".activities.DialpadActivity"
|
||||
android:label="@string/dialpad"
|
||||
android:windowSoftInputMode="stateHidden"
|
||||
android:parentActivityName=".activities.MainActivity">
|
||||
|
||||
<intent-filter>
|
||||
|
Reference in New Issue
Block a user