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

Commit 52d36907 authored by Matt Casey's avatar Matt Casey Committed by android-build-merger
Browse files

Merge "Log an error if overview proxy service isn't available." into qt-r1-dev

am: cac1daa2

Change-Id: I78660389ed6db3062cab32180d199b3fddaa657e
parents 188a77fe cac1daa2
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -746,6 +746,8 @@ public class OverviewProxyService implements CallbackController<OverviewProxyLis
        try {
            if (mOverviewProxy != null) {
                mOverviewProxy.onAssistantVisibilityChanged(visibility);
            } else {
                Log.e(TAG_OPS, "Failed to get overview proxy for assistant visibility.");
            }
        } catch (RemoteException e) {
            Log.e(TAG_OPS, "Failed to call onAssistantVisibilityChanged()", e);