Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
markqvist committed Dec 20, 2022
1 parent 0f04612 commit 11a38e2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions sbapp/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,9 +332,6 @@ def on_pause(self):
self.sideband.should_persist_data()
if self.conversations_view != None:
self.root.ids.conversations_scrollview.effect_cls = ScrollEffect
# TODO: Check if we actually need this now that the bouncy
# scrolling bug has been eliminated
# self.sideband.setstate("wants.viewupdate.conversations", True)
self.root.ids.conversations_scrollview.scroll = 1

RNS.log("App paused", RNS.LOG_DEBUG)
Expand All @@ -355,9 +352,6 @@ def on_resume(self):
self.app_state = SidebandApp.ACTIVE
if self.conversations_view != None:
self.root.ids.conversations_scrollview.effect_cls = ScrollEffect
# TODO: Check if we actually need this now that the bouncy
# scrolling bug has been eliminated
# self.sideband.setstate("wants.viewupdate.conversations", True)
self.root.ids.conversations_scrollview.scroll = 1

else:
Expand Down

0 comments on commit 11a38e2

Please sign in to comment.