Merge "Don't cancel the previous request if it's fulfilled." into sc-dev
This commit is contained in:
@@ -109,7 +109,7 @@ final class RotationResolverManagerPerUserService extends
|
|||||||
ensureRemoteServiceInitiated();
|
ensureRemoteServiceInitiated();
|
||||||
|
|
||||||
// Cancel the previous on-going request.
|
// Cancel the previous on-going request.
|
||||||
if (mCurrentRequest != null) {
|
if (mCurrentRequest != null && !mCurrentRequest.mIsFulfilled) {
|
||||||
cancelLocked();
|
cancelLocked();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user