mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-31 03:06:22 +00:00
Fix repeat alerts by using explicit reminder intent.
This commit is contained in:
committed by
Greyson Parrelli
parent
b53827f32b
commit
b687b1a4c5
@@ -710,11 +710,7 @@
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
|
||||
<receiver android:name=".notifications.MessageNotifier$ReminderReceiver">
|
||||
<intent-filter>
|
||||
<action android:name="org.thoughtcrime.securesms.MessageNotifier.REMINDER_ACTION"/>
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
<receiver android:name=".notifications.MessageNotifier$ReminderReceiver"/>
|
||||
|
||||
<receiver android:name=".notifications.DeleteNotificationReceiver">
|
||||
<intent-filter>
|
||||
|
||||
Reference in New Issue
Block a user