Loading libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/HandleMenu.kt +4 −3 Original line number Diff line number Diff line Loading @@ -904,9 +904,10 @@ private constructor( floatingBtnSpace.visibility = View.GONE } // TODO: b/362720126 - remove this check after entering split screen from handle menu // is supported on external display. if (taskInfo.displayId != DEFAULT_DISPLAY) { if ( !DesktopExperienceFlags.ENABLE_NON_DEFAULT_DISPLAY_SPLIT_BUGFIX.isTrue && taskInfo.displayId != DEFAULT_DISPLAY ) { splitscreenBtn.visibility = View.GONE splitscreenBtnSpace.visibility = View.GONE } Loading Loading
libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/HandleMenu.kt +4 −3 Original line number Diff line number Diff line Loading @@ -904,9 +904,10 @@ private constructor( floatingBtnSpace.visibility = View.GONE } // TODO: b/362720126 - remove this check after entering split screen from handle menu // is supported on external display. if (taskInfo.displayId != DEFAULT_DISPLAY) { if ( !DesktopExperienceFlags.ENABLE_NON_DEFAULT_DISPLAY_SPLIT_BUGFIX.isTrue && taskInfo.displayId != DEFAULT_DISPLAY ) { splitscreenBtn.visibility = View.GONE splitscreenBtnSpace.visibility = View.GONE } Loading