Merge pull request #1040 from lambda-propaganda/patch-1

Fix advancing from snap list screen before snaps have loaded
This commit is contained in:
Michael Hudson-Doyle 2021-10-05 17:13:09 +13:00 committed by GitHub
commit 77af962ab3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -116,6 +116,7 @@ class SnapInfoView(WidgetWrap):
self.parent = parent
self.snap = snap
self.needs_focus = True
self.selections_by_name = {}
self.description = Text(snap.description.replace('\r', '').strip())
self.lb_description = ListBox([self.description])