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

Commit 60d4e8d3 authored by Liran Binyamin's avatar Liran Binyamin Committed by Android (Google) Code Review
Browse files

Merge "Fix NPE when setting bubble bar bounds" into main

parents 0e920d2c 4d257139
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -836,7 +836,9 @@ public class SystemUiProxy implements ISystemUiProxy, NavHandle {
     */
    public void setBubbleBarBounds(Rect bubbleBarBounds) {
        try {
            if (mBubbles != null) {
                mBubbles.setBubbleBarBounds(bubbleBarBounds);
            }
        } catch (RemoteException e) {
            Log.w(TAG, "Failed call setBubbleBarBounds");
        }