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

Commit 33bcea0c authored by Govinda Wasserman's avatar Govinda Wasserman Committed by android-build-merger
Browse files

Merge "Adds onInvocationProgress method to AssistManager." into qt-dev am: f43587e4

am: 7c73c6f8

Change-Id: I041a2182a2d6212d4524233a6c9050feb79495ef
parents 24b5930f 7c73c6f8
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -204,6 +204,11 @@ public class AssistManager implements ConfigurationChangedReceiver {
        return false;
    }

    /** Called when the user is performing an assistant invocation action (e.g. Active Edge) */
    public void onInvocationProgress(int type, float progress) {
        // intentional no-op, vendor's AssistManager implementation should override if needed.
    }

    public void hideAssist() {
        mAssistUtils.hideCurrentSession();
    }