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

Commit e6c910d5 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

am: f056022a

Change-Id: Ia2726b1a37e376a2f56d0c6474cc8c52657c97df
parents ae8a81b8 f056022a
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);