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

Commit bd2891cc authored by Yi Jiang's avatar Yi Jiang Committed by Automerger Merge Worker
Browse files

Merge "Cleans up lagecy annotations" into sc-dev am: 424b267e

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14329579

Change-Id: Ia60a7cf62bf509590ef4aa77805afc0bfc2162bf
parents f15f1bf2 424b267e
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -136,9 +136,6 @@ public abstract class RotationResolverService extends Service {
    @MainThread
    private void resolveRotation(IRotationResolverCallback callback,
            RotationResolutionRequest request, ICancellationSignal transport) {
        // TODO(b/175334753): The current behavior of preempted failures is based on the design we
        //  had in Smart OS exploration. We should revisit it once we have implemented the whole
        //  feature and tested on devices.
        if (mPendingCallback != null
                && (mCancellationSignal == null || !mCancellationSignal.isCanceled())) {
            reportFailures(callback, ROTATION_RESULT_FAILURE_PREEMPTED);