Page MenuHomePhabricator

Modify notification displayed from Java so that it opens the app when clicked
ClosedPublic

Authored by marcin on Jan 18 2023, 6:49 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, May 13, 1:54 AM
Unknown Object (File)
Mon, May 13, 1:54 AM
Unknown Object (File)
Mon, May 13, 1:54 AM
Unknown Object (File)
Mon, May 13, 1:54 AM
Unknown Object (File)
Mon, May 13, 1:54 AM
Unknown Object (File)
Mon, May 13, 1:52 AM
Unknown Object (File)
Apr 6 2024, 1:15 PM
Unknown Object (File)
Mar 28 2024, 4:16 AM
Subscribers

Details

Summary

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.

Test Plan

Build the app. Kill it. Send notification. Tap it. Ensure app opens (but not to the thread yet).

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Harbormaster returned this revision to the author for changes because remote builds failed.Jan 18 2023, 6:53 AM
Harbormaster failed remote builds in B15428: Diff 21037!
tomek added 1 blocking reviewer(s): bartek.

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.

This revision is now accepted and ready to land.Jan 19 2023, 10:21 AM