Merge "Fix caching IME status for split screen even when it is not activated" into sc-dev
This commit is contained in:
@@ -408,7 +408,7 @@ public class DividerView extends FrameLayout implements OnTouchListener,
|
|||||||
}
|
}
|
||||||
|
|
||||||
boolean isHidden() {
|
boolean isHidden() {
|
||||||
return mSurfaceHidden;
|
return getVisibility() != View.VISIBLE || mSurfaceHidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Starts dragging the divider bar. */
|
/** Starts dragging the divider bar. */
|
||||||
|
|||||||
Reference in New Issue
Block a user