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

Commit df7c9ed5 authored by Josh Tsuji's avatar Josh Tsuji
Browse files

Add ownerReason for swipe to dismiss.

Bug: 278086361
Test: N/A
Flag: NONE comment
Change-Id: I0e2a589de15cf954795ecd6afc13a4e2f8be758d
parent 2c399676
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -300,7 +300,9 @@ constructor(
                swipeToDismissInteractor.dismissFling
                    .filterNotNull()
                    .filterRelevantKeyguardState()
                    .collect { _ -> startTransitionTo(KeyguardState.GONE) }
                    .collect { _ ->
                        startTransitionTo(KeyguardState.GONE, ownerReason = "dismissFling != null")
                    }
            }
        }
    }