Implement onNewIntent
ClosedPublic

Authored by nicolasfella on Jan 5 2019, 5:47 PM.

Details

Summary

Importing a reservation from an intent only worked when that intent started the app. When the app is already running onNewIntent is called, but since we didn't override it nothing was imported.

Test Plan

Open app. Send reservation via KDE Connect. Previously nothing happend. Now the reservation is added to the list

Diff Detail

Repository
R1007 Itinerary - Travel Assistance Application
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
nicolasfella created this revision.Jan 5 2019, 5:47 PM
Restricted Application added a project: KDE PIM. · View Herald TranscriptJan 5 2019, 5:47 PM
Restricted Application added a subscriber: kde-pim. · View Herald Transcript
nicolasfella requested review of this revision.Jan 5 2019, 5:47 PM
vkrause accepted this revision.Jan 5 2019, 5:55 PM

Nice, thanks!

This revision is now accepted and ready to land.Jan 5 2019, 5:55 PM
This revision was automatically updated to reflect the committed changes.