Merge pull request #705 from mwhudson/fix-continue-without-updating-harder

Fix choosing continue before snap refresh has completed
This commit is contained in:
Michael Hudson-Doyle 2020-04-14 14:42:41 +12:00 committed by GitHub
commit 32dcd15cd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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()
elif self.showing:
elif self.controller.showing:
self.done()
def check_state_failed(self, exc):