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
1=== modified file 'components/TelegramPage.qml'
2--- components/TelegramPage.qml 2014-08-14 19:22:07 +0000
3+++ components/TelegramPage.qml 2014-09-09 15:35:36 +0000
4@@ -18,6 +18,7 @@
5 id: searchField
6 visible: isSearching
7 width: header.width
8+ inputMethodHints: Qt.ImhNoPredictiveText
9
10 onTextChanged: {
11 if (typeof onSearchTermChanged === 'function') {

Subscribers

People subscribed via source and target branches