Daskiworks / ghwatch

This app for Android allows you to follow GitHub notifications directly from your device.
Apache License 2.0
25 stars 7 forks source link

When notification is clicked, item isn't marked as read. #119

Open Alpvax opened 5 years ago

Alpvax commented 5 years ago

Follow up to #88, which works perfectly. If I click on an issue directly from the android notification, the issue isn't marked as read (again, using OctoDroid to actually view the issues).

velias commented 3 years ago

Android notification fires github view URL directly, so GH::watch is not activated in this use case in any way for now. Implementing this feature would mean that GH::watch activity has to be called from the notification to mark it as read, then redirect to the final view URL.

Alpvax commented 3 years ago

Ah ok, that's fair enough. It's not a big issue.