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

Commit bac0795a authored by Winson Chung's avatar Winson Chung Committed by Android (Google) Code Review
Browse files

Merge "Adding null check for proxying assistant visibility changed." into qt-dev

parents 7b68bad0 0620c3bb
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -631,7 +631,9 @@ public class OverviewProxyService implements CallbackController<OverviewProxyLis

    public void notifyAssistantVisibilityChanged(float visibility) {
        try {
            if (mOverviewProxy != null) {
                mOverviewProxy.onAssistantVisibilityChanged(visibility);
            }
        } catch (RemoteException e) {
            Log.e(TAG_OPS, "Failed to call onAssistantVisibilityChanged()", e);
        }