summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-10-09 01:32:25 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-10-09 01:32:25 +0300
commitac8e42b9265bbdc2b3a386e01787a6ee9cfb0180 (patch)
tree6c0aadfa77090437af663198b7484e9394a34200 /include
parentAdd /join command support (diff)
downloadnheko-ac8e42b9265bbdc2b3a386e01787a6ee9cfb0180.tar.xz
Reduce timeline flickering
Diffstat (limited to 'include')
-rw-r--r--include/TimelineView.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/include/TimelineView.h b/include/TimelineView.h

index 9b81485d..da73b00a 100644 --- a/include/TimelineView.h +++ b/include/TimelineView.h
@@ -140,10 +140,9 @@ private: bool isPaginationInProgress_ = false; // Keeps track whether or not the user has visited the view. - bool isInitialized = false; - bool isTimelineFinished = false; - bool isInitialSync = true; - bool isPaginationScrollPending_ = false; + bool isInitialized = false; + bool isTimelineFinished = false; + bool isInitialSync = true; const int SCROLL_BAR_GAP = 400;