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