[ubuntu] Workaround buggy PullToRefresh behaviour
This commit is contained in:
parent
c8cb038bde
commit
97a65ba399
1 changed files with 4 additions and 1 deletions
|
|
@ -24,6 +24,8 @@ Page {
|
|||
var ttrss = rootWindow.getTTRSS()
|
||||
ttrss.setShowAll(settings.showAll)
|
||||
feeds.update()
|
||||
// FIXME workaround for https://bugs.launchpad.net/bugs/1404884
|
||||
pullToRefresh.enabled = true
|
||||
}
|
||||
|
||||
head {
|
||||
|
|
@ -55,7 +57,8 @@ Page {
|
|||
model: feeds
|
||||
|
||||
PullToRefresh {
|
||||
enabled: true
|
||||
id: pullToRefresh
|
||||
enabled: false
|
||||
onRefresh: feeds.update()
|
||||
refreshing: network.loading
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue