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

Commit 31239c90 authored by Govinda Wasserman's avatar Govinda Wasserman Committed by android-build-merger
Browse files

Merge "Adds Assistant invocation type to home long press." into qt-dev am: 18184f9c

am: 78e0368f

Change-Id: I184362df4c6c3b6511b43d30fccf0b1dc5a5c0eb
parents dcf3978c 78e0368f
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -715,7 +715,10 @@ public class NavigationBarFragment extends LifecycleFragment implements Callback
        }
        mNavigationBarView.onNavigationButtonLongPress(v);
        mMetricsLogger.action(MetricsEvent.ACTION_ASSIST_LONG_PRESS);
        mAssistManager.startAssist(new Bundle() /* args */);
        Bundle args  = new Bundle();
        args.putInt(
                AssistManager.INVOCATION_TYPE_KEY, AssistManager.INVOCATION_HOME_BUTTON_LONG_PRESS);
        mAssistManager.startAssist(args);
        mStatusBar.awakenDreams();

        if (mNavigationBarView != null) {