Loading services/core/java/com/android/server/rotationresolver/RemoteRotationResolverService.java +4 −6 Original line number Diff line number Diff line Loading @@ -126,14 +126,12 @@ class RemoteRotationResolverService extends ServiceConnector.Impl<IRotationResol void cancelInternal() { Handler.getMain().post(() -> { synchronized (mLock) { if (mIsFulfilled) { return; } mIsFulfilled = true; } Handler.getMain().post(() -> { synchronized (mLock) { try { if (mCancellation != null) { mCancellation.cancel(); Loading Loading
services/core/java/com/android/server/rotationresolver/RemoteRotationResolverService.java +4 −6 Original line number Diff line number Diff line Loading @@ -126,14 +126,12 @@ class RemoteRotationResolverService extends ServiceConnector.Impl<IRotationResol void cancelInternal() { Handler.getMain().post(() -> { synchronized (mLock) { if (mIsFulfilled) { return; } mIsFulfilled = true; } Handler.getMain().post(() -> { synchronized (mLock) { try { if (mCancellation != null) { mCancellation.cancel(); Loading