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

Commit 81c1aef9 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix ringer drawer touchable area" into main

parents d4a38899 68b8fc30
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -120,7 +120,7 @@ constructor(
        drawerContainer.setTransitionListener(ringerDrawerTransitionListener)
        drawerContainer.setTransitionListener(ringerDrawerTransitionListener)
        volumeDialogBackgroundView.background = volumeDialogBackgroundView.background.mutate()
        volumeDialogBackgroundView.background = volumeDialogBackgroundView.background.mutate()
        ringerBackgroundView.background = ringerBackgroundView.background.mutate()
        ringerBackgroundView.background = ringerBackgroundView.background.mutate()
        launch { dialogViewModel.addTouchableBounds(drawerContainer) }
        launch { dialogViewModel.addTouchableBounds(ringerBackgroundView) }


        viewModel.ringerViewModel
        viewModel.ringerViewModel
            .mapLatest { ringerState ->
            .mapLatest { ringerState ->