Skip to content
Snippets Groups Projects
Commit e8d6b806 authored by Philipp Hörist's avatar Philipp Hörist
Browse files

Fix history mode

parent 10844fc7
No related branches found
No related tags found
No related merge requests found
......@@ -90,7 +90,8 @@ def __init__(self, account, contact, history_mode=False):
self._last_incoming_timestamp = datetime.fromtimestamp(0)
# Insert the very first row, containing the scroll hint and load button
self._scroll_hint_row = ScrollHintRow(self._account)
self._scroll_hint_row = ScrollHintRow(self._account,
history_mode=self._history_mode)
self.add(self._scroll_hint_row)
self._timestamps_inserted.append(datetime.fromtimestamp(0))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment