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

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

Merge "Ignoring crash if the 3p icon surface is no longer valid"

parents 79ec120b e98f980a
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -294,8 +294,12 @@ public class FallbackSwipeHandler extends
            if (mSurfaceControl != null) {
                currentRect.roundOut(mTempRect);
                Transaction t = new Transaction();
                try {
                    t.setGeometry(mSurfaceControl, null, mTempRect, Surface.ROTATION_0);
                    t.apply();
                } catch (RuntimeException e) {
                    // Ignore
                }
            }
        }