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

Commit 4aac3382 authored by Jagrut Desai's avatar Jagrut Desai Committed by Android (Google) Code Review
Browse files

Merge "Checking can start system gesture before creation of...

Merge "Checking can start system gesture before creation of TaskbarStashInputConsumer, so that taskbar does not show up  when user performs swipe up from lock screen or notification panel." into tm-qpr-dev
parents 616de308 ef35e84d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -800,7 +800,7 @@ public class TouchInteractionService extends Service

            // If Taskbar is present, we listen for long press to unstash it.
            TaskbarActivityContext tac = mTaskbarManager.getCurrentActivityContext();
            if (tac != null) {
            if (tac != null && canStartSystemGesture) {
                reasonString.append(NEWLINE_PREFIX)
                        .append(reasonPrefix)
                        .append(SUBSTRING_PREFIX)