Reduce timeline flickering
This commit is contained in:
parent
76ddfb792b
commit
ac8e42b926
2 changed files with 24 additions and 18 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue