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

Commit 2fbbe67a authored by Yohei Yukawa's avatar Yohei Yukawa Committed by android-build-merger
Browse files

Also Set IME_FLAG_NO_FULLSCREEN to RemoteEditText am: c2166b87

am: 6aa02a7b

Change-Id: I292c2a3bbe649cf16d7dfd9e430ad9fa5b5bde8b
parents 316f65ec 6aa02a7b
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"