Remove redundant source_remove()
We remove the source in _schedule_activity_timers()
This commit is contained in:
parent
5e1e4e27e7
commit
96cbed4fe7
|
@ -910,8 +910,6 @@ class ChatControl(ChatControlBase):
|
|||
chatstate_to_send = 'active'
|
||||
contact.our_chatstate = 'active'
|
||||
|
||||
GLib.source_remove(self.possible_paused_timeout_id)
|
||||
GLib.source_remove(self.possible_inactive_timeout_id)
|
||||
self._schedule_activity_timers()
|
||||
|
||||
def _on_sent(obj, msg_stanza, message, encrypted, xhtml, label):
|
||||
|
|
Loading…
Reference in New Issue