Merge lp:~karni/telegram-app/telegram-app-incremental-search into lp:telegram-app/app-dev

Proposed by Michał Karnicki
Status: Merged
Merged at revision: 54
Proposed branch: lp:~karni/telegram-app/telegram-app-incremental-search
Merge into: lp:telegram-app/app-dev
Diff against target: 11 lines (+1/-0)
1 file modified
components/TelegramPage.qml (+1/-0)
To merge this branch: bzr merge lp:~karni/telegram-app/telegram-app-incremental-search
Reviewer Review Type Date Requested Status
Roberto Mier Escandon (community) Approve
Review via email: mp+233951@code.launchpad.net

Description of the change

Disable predictive text to allow incremental search in dialogs/contacts.

Tested by searching through dialogs and contacts.

To post a comment you must log in.
Revision history for this message
Roberto Mier Escandon (rmescandon) wrote :

LGTM

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'components/TelegramPage.qml'
--- components/TelegramPage.qml 2014-08-14 19:22:07 +0000
+++ components/TelegramPage.qml 2014-09-09 15:35:36 +0000
@@ -18,6 +18,7 @@
18 id: searchField18 id: searchField
19 visible: isSearching19 visible: isSearching
20 width: header.width20 width: header.width
21 inputMethodHints: Qt.ImhNoPredictiveText
2122
22 onTextChanged: {23 onTextChanged: {
23 if (typeof onSearchTermChanged === 'function') {24 if (typeof onSearchTermChanged === 'function') {

Subscribers

People subscribed via source and target branches