Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dc865cec authored by Ale Nijamkin's avatar Ale Nijamkin Committed by Android (Google) Code Review
Browse files

Merge "[flexiglass] Adds logging reason in QS view-model" into main

parents cdfb8777 051d5d81
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -88,7 +88,12 @@ constructor(

            qsContainerViewModel.editModeViewModel.isEditing
                .filter { it }
                .onEach { sceneInteractor.changeScene(Scenes.QSEditMode, loggingReason = "") }
                .onEach {
                    sceneInteractor.changeScene(
                        Scenes.QSEditMode,
                        loggingReason = "Entering edit mode",
                    )
                }
                .launchIn(this)

            launch(context = mainDispatcher) {