summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/TimelineView.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/TimelineView.h b/include/TimelineView.h

index 61283fa2..c5c84bdb 100644 --- a/include/TimelineView.h +++ b/include/TimelineView.h
@@ -133,7 +133,9 @@ private: QString prev_batch_token_; QString local_user_; - bool isPaginationInProgress_ = false; + bool isPaginationInProgress_ = false; + + // Keeps track whether or not the user has visited the view. bool isInitialized = false; bool isTimelineFinished = false; bool isInitialSync = true;