Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
markqvist committed Sep 30, 2022
1 parent c999014 commit 6ff01c3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions nomadnet/ui/textui/Main.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,6 @@ def show_guide(self, user_data):
def update_active_sub_display(self):
self.frame.contents["body"] = (self.sub_displays.active().widget, None)
self.update_active_shortcuts()
# TODO: Remove when new mitigation has been tested
# self.app.ui.main_display.request_redraw(extra_delay=0.0)

def update_active_shortcuts(self):
self.frame.contents["footer"] = (self.sub_displays.active().shortcuts().widget, None)
Expand Down
2 changes: 0 additions & 2 deletions nomadnet/ui/textui/Network.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,6 @@ def show_announce_stream(sender):
self.parent.left_pile.contents[0] = (self.parent.announce_stream_display, options)

def connect(sender):
# TODO: Remove when new mitigation has been tested
# self.app.ui.main_display.request_redraw(extra_delay=0.75)
self.parent.browser.retrieve_url(RNS.hexrep(source_hash, delimit=False))
show_announce_stream(None)

Expand Down

0 comments on commit 6ff01c3

Please sign in to comment.