Turn on only for Annoucements

This commit is contained in:
Zach Fox 2018-08-07 11:51:38 -07:00
parent 4cee6b720a
commit af9dc8acca
2 changed files with 1 additions and 2 deletions

View file

@ -41,7 +41,7 @@ Column {
property var goFunction: null;
property var http: null;
property bool autoScrollTimerEnabled;
property bool autoScrollTimerEnabled: false;
HifiConstants { id: hifi }
Component.onCompleted: suggestions.getFirstPage();

View file

@ -338,7 +338,6 @@ StackView {
filter: addressLine.text;
goFunction: goCard;
http: http;
autoScrollTimerEnabled: true;
}
Feed {
id: snapshots;