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;
|