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

Commit d772c0ae authored by Ng Zhi An's avatar Ng Zhi An Committed by Zhi An Ng
Browse files

Remove stateUnchanged flag from activity

Bug: 65298313
Test: manual
1) Launch messages
2) Tap on FAB to compose new message, IME shows
3) Tap on Home button
4) Verify IME is hidden

Change-Id: I1823e70d49921d2c66b5abd9ce5d45592bde923c
parent 11ee2f6e
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -70,7 +70,7 @@
            android:launchMode="singleTask"
            android:launchMode="singleTask"
            android:clearTaskOnLaunch="true"
            android:clearTaskOnLaunch="true"
            android:stateNotNeeded="true"
            android:stateNotNeeded="true"
            android:windowSoftInputMode="adjustPan|stateUnchanged"
            android:windowSoftInputMode="adjustPan"
            android:screenOrientation="nosensor"
            android:screenOrientation="nosensor"
            android:configChanges="keyboard|keyboardHidden|navigation"
            android:configChanges="keyboard|keyboardHidden|navigation"
            android:resizeableActivity="true"
            android:resizeableActivity="true"