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

Commit f51a4c83 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix IME TestActivities for edge-to-edge" into main

parents 296c85aa 7763fbf2
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) {