summary refs log tree commit diff
path: root/include/TimelineView.h
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-05-13 19:58:48 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-05-13 19:58:48 +0300
commitc060a136a971cc3251b7766bb353bbe3b1d601e8 (patch)
tree6d580d7af59bdeef1037d83216fa71788422468c /include/TimelineView.h
parentInitial support for backwards pagination (diff)
downloadnheko-c060a136a971cc3251b7766bb353bbe3b1d601e8.tar.xz
Update prev_batch only while paginating
Diffstat (limited to 'include/TimelineView.h')
-rw-r--r--include/TimelineView.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/TimelineView.h b/include/TimelineView.h

index dbc73bbf..297dffcf 100644 --- a/include/TimelineView.h +++ b/include/TimelineView.h
@@ -110,6 +110,7 @@ private: bool isPaginationInProgress_ = false; bool isInitialized = false; bool isTimelineFinished = false; + bool isInitialSync = true; const int SCROLL_BAR_GAP = 300;