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

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

Merge "Also Set IME_FLAG_NO_FULLSCREEN to RemoteEditText" into nyc-mr1-dev

parents a6cb2c28 c2166b87
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@
            android:singleLine="true"
            android:ellipsize="start"
            android:inputType="textShortMessage|textAutoCorrect|textCapSentences"
            android:imeOptions="actionNone|flagNoExtractUi" />
            android:imeOptions="actionNone|flagNoExtractUi|flagNoFullscreen" />

    <FrameLayout
            android:layout_width="wrap_content"