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

Commit d1600cc0 authored by Johannes Gallmann's avatar Johannes Gallmann Committed by Android (Google) Code Review
Browse files

Merge "[flexiglass] Fix back gesture not working in Bouncer" into main

parents 31e7db83 badf9a3b
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -73,8 +73,7 @@ fun AlternateBouncer(
            initialValue = null
        )

    // TODO (b/353955910): back handling doesn't work
    BackHandler { alternateBouncerDependencies.viewModel.onBackRequested() }
    BackHandler(enabled = isVisible) { alternateBouncerDependencies.viewModel.onBackRequested() }

    AnimatedVisibility(
        visible = isVisible,