Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 991cb4d2 authored by Isaac Katzenelson's avatar Isaac Katzenelson
Browse files

Always hide keyboard in AlertActivity

Bug: 10817166
Change-Id: I932e2cf6fba7926b0d54925104bc22b872795fc0
parent cad0b1d4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -79,7 +79,7 @@
                android:taskAffinity=""
                android:excludeFromRecents="true"
                android:theme="@style/AlarmAlertFullScreenTheme"
                android:windowSoftInputMode="stateHidden"
                android:windowSoftInputMode="stateAlwaysHidden"
                android:showOnLockScreen="true"
                android:configChanges="orientation|screenSize|keyboardHidden|keyboard|navigation"/>