Loading packages/SystemUI/src/com/android/systemui/screencapture/record/domain/interactor/ScreenCaptureRecordFeaturesInteractor.kt +1 −1 Original line number Diff line number Diff line Loading @@ -45,7 +45,7 @@ constructor( val isDesktopToolbarEnabled: Boolean = Flags.desktopScreenCapture() val shouldShowNewToolbar: Boolean = isNewScreenRecordToolbarEnabled && isDesktopToolbarEnabled val shouldShowNewToolbar: Boolean = isNewScreenRecordToolbarEnabled || isDesktopToolbarEnabled val isLargeScreen: Flow<Boolean?> = configurationController.onConfigChanged Loading Loading
packages/SystemUI/src/com/android/systemui/screencapture/record/domain/interactor/ScreenCaptureRecordFeaturesInteractor.kt +1 −1 Original line number Diff line number Diff line Loading @@ -45,7 +45,7 @@ constructor( val isDesktopToolbarEnabled: Boolean = Flags.desktopScreenCapture() val shouldShowNewToolbar: Boolean = isNewScreenRecordToolbarEnabled && isDesktopToolbarEnabled val shouldShowNewToolbar: Boolean = isNewScreenRecordToolbarEnabled || isDesktopToolbarEnabled val isLargeScreen: Flow<Boolean?> = configurationController.onConfigChanged Loading