~boiko/dialer-app/rtm-greeter_refactor

« back to all changes in this revision

Viewing changes to src/qml/HistoryPage/HistoryDetailsPage.qml

  • Committer: Gustavo Pichorim Boiko
  • Date: 2015-01-13 12:08:06 UTC
  • Revision ID: gustavo.boiko@canonical.com-20150113120806-5640ka9i32tjs6yz
Emergency mode refactor.
Use two page stacks: one for normal mode and another for emergency mode.

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
            text: i18n.tr("Delete")
75
75
            onTriggered: {
76
76
                eventModel.removeEvents(events);
77
 
                pageStack.pop();
 
77
                pageStackNormalMode.pop();
78
78
            }
79
79
        }
80
80