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

Commit 5ded797e authored by Jerry Chang's avatar Jerry Chang Committed by Android (Google) Code Review
Browse files

Merge "Fix caching IME status for split screen even when it is not activated" into sc-dev

parents fb0faec3 64b1cdcb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -408,7 +408,7 @@ public class DividerView extends FrameLayout implements OnTouchListener,
    }

    boolean isHidden() {
        return mSurfaceHidden;
        return getVisibility() != View.VISIBLE || mSurfaceHidden;
    }

    /** Starts dragging the divider bar. */