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

Commit 9efdc707 authored by Matt Pietal's avatar Matt Pietal
Browse files

Bouncer - Fix activity launch

The bouncer view delegate was not being created soon enough, resulting
in the dismiss action being dropped and not run after a succesful
auth.

Fixes: 259666226
Test: manual, follow steps in bug
Change-Id: If2dbfc35379d6c1b0f46575ab9e4e4bb0769ce6f
parent 3f580f5b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -88,7 +88,7 @@ object KeyguardBouncerViewBinder {
                }
            }
        view.repeatWhenAttached {
            repeatOnLifecycle(Lifecycle.State.STARTED) {
            repeatOnLifecycle(Lifecycle.State.CREATED) {
                try {
                    viewModel.setBouncerViewDelegate(delegate)
                    launch {