rokwire / illinois-app

Source code repository of "Illinois" App - the official mobile app of the University of Illinois.
https://app.illinois.edu/
Apache License 2.0
23 stars 21 forks source link

[BUG] Notifications with no click thru #2645

Open vburgett opened 1 year ago

vburgett commented 1 year ago

There are no click thrus for Quick Poll and To-Do List reminders in notifications.

Version 4.2.34 Pixel 6

pmarkhennessy commented 1 year ago

@vburgett Will try and slip this in after Thursday 15th

dobromirdobrev commented 1 year ago

Fixed in app version 4.2.50 and above

vburgett commented 1 year ago

I can see the notifications for the to-do list reminders under the notifications bell icon. There is also a click thru.

For a poll within a Group, we can see sometimes see a notification on the Android home screen but never as a card under the notification bell icon > All Notifications/Unread Notifications, as expected.

Android 12, Pixel 6 Ver 4.3.47

dobromirdobrev commented 1 year ago

Hi @vburgett , The message gets visible when "show muted" filter is selected (e.g. the inbox message is marked as muted: true). When you tap on the card it has "click thru".

The real problem is that the message should not be marked as muted: true but as muted: false.

A new issue is created in the relevant Polls BB which is responsible for: https://github.com/rokwire/polls-building-block/issues/51

We can verify that the initial problem is resolved once the above issue is fixed.