From ac8e42b9265bbdc2b3a386e01787a6ee9cfb0180 Mon Sep 17 00:00:00 2001 From: Konstantinos Sideris Date: Mon, 9 Oct 2017 01:32:25 +0300 Subject: Reduce timeline flickering --- include/TimelineView.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'include/TimelineView.h') 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; -- cgit 1.5.1