mirror of
https://github.com/SimpleMobileTools/Simple-Dialer.git
synced 2025-02-19 13:00:37 +01:00
Add windowSoftInputMode = stateHidden to prevent keyboard from showing in DialpadActivity
This commit is contained in:
parent
86fed62680
commit
ce3f06e6f8
@ -100,6 +100,7 @@
|
||||
<activity
|
||||
android:name=".activities.DialpadActivity"
|
||||
android:label="@string/dialpad"
|
||||
android:windowSoftInputMode="stateHidden"
|
||||
android:parentActivityName=".activities.MainActivity">
|
||||
|
||||
<intent-filter>
|
||||
|
Loading…
x
Reference in New Issue
Block a user