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

Unverified Commit ceb18987 authored by LuK1337's avatar LuK1337 Committed by Michael Bestas
Browse files

fixup! SystemUI: add FloatingRotationButton for hw-key devices

Change-Id: I4d38f0b88ac4a67fac800cb1e7119f13a08ccf37
parent b9717a5c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -291,7 +291,7 @@ public class PhoneStatusBarView extends FrameLayout implements Callbacks {
    }

    @Override
    public void setImeWindowStatus(int displayId, IBinder token, int vis, int backDisposition,
    public void setImeWindowStatus(int displayId, int vis, int backDisposition,
            boolean showImeSwitcher) {
        if (mRotationButtonController != null) {
            final boolean imeShown = (vis & InputMethodService.IME_VISIBLE) != 0;