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

Commit b503e27a authored by Johannes Gallmann's avatar Johannes Gallmann Committed by Android (Google) Code Review
Browse files

Merge "Catch SecurityException in SystemUIProxy" into main

parents d5512fa4 9173fa39
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1222,7 +1222,7 @@ public class SystemUiProxy implements ISystemUiProxy {
        }
        try {
            mBackAnimation.setBackToLauncherCallback(callback, runner);
        } catch (RemoteException e) {
        } catch (RemoteException | SecurityException e) {
            Log.e(TAG, "Failed call setBackToLauncherCallback", e);
        }
    }