diff cagou/plugins/plugin_wid_chat.kv @ 406:03554ad70846

common (jidSelector): replace implitict_update mechanism by real-time update: instead of having the possibility to (de)activate implicit update, real time update of items is now done. For now only the notifications and opened chat items are updated in real time.
author Goffi <goffi@goffi.org>
date Wed, 12 Feb 2020 20:02:58 +0100
parents f7476818f9fb
children 2caea63ae2ab
line wrap: on
line diff
--- a/cagou/plugins/plugin_wid_chat.kv	Wed Feb 12 20:02:58 2020 +0100
+++ b/cagou/plugins/plugin_wid_chat.kv	Wed Feb 12 20:02:58 2020 +0100
@@ -221,8 +221,6 @@
     jid_selector: jid_selector
     JidSelector:
         id: jid_selector
-        # we call update() explicitly in on_pre_enter
-        implicit_update: False
         on_select: root.on_select(args[1])
         to_show: ["opened_chats", "roster", "bookmarks"]