Previous differential in this stack disable the functionality that we open the app and navigate to relevant thread when notification is tapped. This differential brings back the first half of this functionality - tapping notification opens the app.
Details
Details
Build the app. Kill it. Send notification. Tap it. Ensure app opens (but not to the thread yet).
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Looks ok but it is a good idea for @bartek to also take a look.
As a side note, it would be better to not introduce intermediate breaking changes. So this diff should be put before the diff that broke this functionality.