Skip to content

Commit 2fe1eb3

Browse files
committed
store [nfc]: Clarify scope of long comment on resetting backoff
This comment is about just this one line.
1 parent 1dfec3d commit 2fe1eb3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/model/store.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1101,6 +1101,7 @@ class UpdateMachine {
11011101
// duration (which is 10 seconds). So if we're getting a mix of successes
11021102
// and failures, the successes themselves should space out the requests.
11031103
backoffMachine = null;
1104+
11041105
store.isLoading = false;
11051106
// Dismiss existing errors, if any.
11061107
reportErrorToUserBriefly(null);

0 commit comments

Comments
 (0)