Loading libs/WindowManager/Shell/shared/src/com/android/wm/shell/shared/desktopmode/DesktopStateImpl.kt +1 −1 Original line number Diff line number Diff line Loading @@ -117,7 +117,7 @@ class DesktopStateImpl(context: Context) : DesktopState { (display.type == Display.TYPE_EXTERNAL || display.type == Display.TYPE_OVERLAY) && enableDisplayContentModeManagement() ) { return windowManager?.shouldShowSystemDecors(display.displayId) ?: false return windowManager?.isEligibleForDesktopMode(display.displayId) ?: false } return false Loading Loading
libs/WindowManager/Shell/shared/src/com/android/wm/shell/shared/desktopmode/DesktopStateImpl.kt +1 −1 Original line number Diff line number Diff line Loading @@ -117,7 +117,7 @@ class DesktopStateImpl(context: Context) : DesktopState { (display.type == Display.TYPE_EXTERNAL || display.type == Display.TYPE_OVERLAY) && enableDisplayContentModeManagement() ) { return windowManager?.shouldShowSystemDecors(display.displayId) ?: false return windowManager?.isEligibleForDesktopMode(display.displayId) ?: false } return false Loading