~libqtelegram-team/telegram-app/telegram

« back to all changes in this revision

Viewing changes to telegram/app/qml/AccountMessageList.qml

  • Committer: Jin Hsieh
  • Date: 2016-11-14 02:59:38 UTC
  • mfrom: (227.3.1 local)
  • Revision ID: jin.hsieh@canonical.com-20161114025938-mbxo1ipe4rm0wd0p
Tags: 2.2.36.1
MergeĀ lp:~libqtelegram-team/telegram-app/application-shows-a-broken-page-after-notification-clicked

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
    onIsActiveChanged: {
55
55
        if( isActive )
56
56
            messages_model.setReaded()
57
 
        userTappedNotification = false;
58
57
    }
59
58
 
60
59
    onCurrentDialogChanged: {