Merge pull request #221 from KryptKode/fix/hide-keyboard-in-dialpad

Prevent keyboard from showing up at the dialpad
This commit is contained in:
Tibor Kaputa 2021-08-26 10:12:44 +02:00 committed by GitHub
commit af9b9d694b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -100,6 +100,7 @@
<activity
android:name=".activities.DialpadActivity"
android:label="@string/dialpad"
android:windowSoftInputMode="stateHidden"
android:parentActivityName=".activities.MainActivity">
<intent-filter>