From 11a38e20a57e44c45afbd0fe0e4063181f51e3c9 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Wed, 21 Dec 2022 00:43:10 +0100 Subject: [PATCH] Cleanup --- sbapp/main.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/sbapp/main.py b/sbapp/main.py index 0084162..55d6c7c 100644 --- a/sbapp/main.py +++ b/sbapp/main.py @@ -332,9 +332,6 @@ class SidebandApp(MDApp): 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) @@ -355,9 +352,6 @@ class SidebandApp(MDApp): 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: