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

Commit 0620c3bb authored by Winson Chung's avatar Winson Chung
Browse files

Adding null check for proxying assistant visibility changed.

Bug: 130272454
Test: None, just a null check
Change-Id: Iffbb3c3d555c9c8ab3ec723d5a0167c661b90ee6
parent f746b4b4
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);
        }