Improved dropdown behaviour and widget allocation

This commit is contained in:
Mark Qvist 2022-10-08 19:23:51 +02:00
parent bfd96a98ac
commit c54422d771
5 changed files with 47 additions and 33 deletions

View file

@ -480,7 +480,6 @@ class SidebandApp(MDApp):
self.root.ids.messages_scrollview.effect_cls = ScrollEffect
for child in self.root.ids.messages_scrollview.children:
self.root.ids.messages_scrollview.remove_widget(child)
RNS.log("Removed "+str(child))
list_widget = self.messages_view.get_widget()