Fixed focus movement in tweets. Needs tests

This commit is contained in:
2016-07-27 11:56:38 -05:00
parent d50e8e2798
commit 45263732b8
5 changed files with 12 additions and 5 deletions

View File

@@ -1314,7 +1314,7 @@ class Controller(object):
s.timelinesStream.disconnect()
del s.timelinesStream
s.counter = 0
s.reconnection_function_active = False
# s.reconnection_function_active = False
# for i in self.buffers:
# if i.invisible == True and i.session.session_id == s.session_id and i.type != "people":
# i.start_stream()