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

Commit 7763fbf2 authored by Cosmin Băieș's avatar Cosmin Băieș
Browse files

Fix IME TestActivities for edge-to-edge

This fixes the IME test activities to properly handle being displayed in
edge-to-edge mode.

Fix: 309578419
Test: atest AutoShowTest ImeOpenCloseStressTest DefaultImeVisibilityTest

Change-Id: I42d93071c7465c9bc41be92c0ddddfa55a0bb1a3
parent 41f79f55
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -393,6 +393,7 @@ public final class ImeStressTestUtil {
                mEditText.setFocusableInTouchMode(false);
            }
            rootView.addView(mEditText, new LinearLayout.LayoutParams(MATCH_PARENT, WRAP_CONTENT));
            rootView.setFitsSystemWindows(true);
            setContentView(rootView);

            if (requestFocus) {