Loading packages/SystemUI/src/com/android/systemui/brightness/ui/compose/BrightnessSlider.kt +1 −1 Original line number Diff line number Diff line Loading @@ -315,7 +315,7 @@ fun BrightnessSlider( // Showing the warning toast if the current running app window has controlled the // brightness value. if (Flags.showToastWhenAppControlBrightness()) { LaunchedEffect(interactionSource) { LaunchedEffect(interactionSource, overriddenByAppState) { interactionSource.interactions.collect { interaction -> if (interaction is DragInteraction.Start && overriddenByAppState) { currentShowToast() Loading Loading
packages/SystemUI/src/com/android/systemui/brightness/ui/compose/BrightnessSlider.kt +1 −1 Original line number Diff line number Diff line Loading @@ -315,7 +315,7 @@ fun BrightnessSlider( // Showing the warning toast if the current running app window has controlled the // brightness value. if (Flags.showToastWhenAppControlBrightness()) { LaunchedEffect(interactionSource) { LaunchedEffect(interactionSource, overriddenByAppState) { interactionSource.interactions.collect { interaction -> if (interaction is DragInteraction.Start && overriddenByAppState) { currentShowToast() Loading