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

Commit cac1daa2 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents 230af05e 955725fc
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);