Merge lp:~renatofilho/address-book-app/fix-1383870 into lp:address-book-app

Proposed by Renato Araujo Oliveira Filho
Status: Merged
Approved by: Bill Filler
Approved revision: 346
Merged at revision: 354
Proposed branch: lp:~renatofilho/address-book-app/fix-1383870
Merge into: lp:address-book-app
Diff against target: 15 lines (+5/-0)
1 file modified
src/imports/Ubuntu/Contacts/ContactDelegate.qml (+5/-0)
To merge this branch: bzr merge lp:~renatofilho/address-book-app/fix-1383870
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Needs Fixing
Ubuntu Phablet Team Pending
Review via email: mp+244733@code.launchpad.net

Commit message

Reset ListWithAction swipe state if list view start to flicking

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
346. By Renato Araujo Oliveira Filho

Trunk merged.

Revision history for this message
Renato Araujo Oliveira Filho (renatofilho) wrote :

Are there any related MPs required for this MP to build/function as expected? NO

Is your branch in sync with latest trunk? YES

Did you perform an exploratory manual test run of your code change and any related functionality on device or emulator? YES

Did you successfully run all tests found in your component's Test Plan on device or emulator? YES

If you changed the UI, was the change specified/approved by design? YES

If you changed UI labels, did you update the pot file? No label changed

If you changed the packaging (debian), did you add a core-dev as a reviewer to this MP? no packaging changed

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/imports/Ubuntu/Contacts/ContactDelegate.qml'
2--- src/imports/Ubuntu/Contacts/ContactDelegate.qml 2014-10-14 18:53:44 +0000
3+++ src/imports/Ubuntu/Contacts/ContactDelegate.qml 2014-12-17 15:01:41 +0000
4@@ -53,6 +53,11 @@
5
6 onItemClicked: root.clicked(index, contact)
7 onItemPressAndHold: root.pressAndHold(index, contact)
8+ onFlickingChanged: {
9+ if (flicking) {
10+ resetSwipe()
11+ }
12+ }
13
14 Item {
15 id: delegate

Subscribers

People subscribed via source and target branches