touch-packages team mailing list archive
-
touch-packages team
-
Mailing list archive
-
Message #36699
[Bug 1380541] Re: [PullToRefresh] the ActivityIndicator becomes visible even if refreshing is set to false
** No longer affects: ubuntu-ui-toolkit
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1380541
Title:
[PullToRefresh] the ActivityIndicator becomes visible even if
refreshing is set to false
Status in “ubuntu-ui-toolkit” package in Ubuntu:
Triaged
Bug description:
I don't want the ActivityIndicator in the PullToRefresh component, so
I set refreshing: false, but the activity indicator becomes visible
anyway.
Example:
UbuntuListView {
id: notesListView
model: notes
PullToRefresh {
refreshing: false
onRefresh: {
NotesStore.refreshNotes();
}
}
}
https://code.launchpad.net/~rpadovani/reminders-app/PullToRefresh
https://bazaar.launchpad.net/~rpadovani/reminders-app/PullToRefresh/view/head:/src/app/qml/ui/NotesPage.qml
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1380541/+subscriptions