Loading quickstep/src/com/android/quickstep/FallbackSwipeHandler.java +6 −2 Original line number Diff line number Diff line Loading @@ -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 } } } Loading Loading
quickstep/src/com/android/quickstep/FallbackSwipeHandler.java +6 −2 Original line number Diff line number Diff line Loading @@ -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 } } } Loading