obscure race: if no refresh available, only advance past refresh screen

if the user has already moved on, we shouldn't advance!
This commit is contained in:
Michael Hudson-Doyle 2020-04-02 20:36:01 +13:00
parent 291e1950ba
commit bdc539a6c5
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ class RefreshView(BaseView):
return
if check_state == CheckState.AVAILABLE:
self.check_state_available()
else:
elif self.showing:
self.done()
def check_state_failed(self, exc):