mirror of
https://gitlab.com/xynngh/YetAnotherCallBlocker.git
synced 2025-06-05 22:19:12 +02:00
Fix Reviews not being properly opened from notifications
This commit is contained in:
@@ -157,6 +157,7 @@ public class NotificationHelper {
|
|||||||
|
|
||||||
private static PendingIntent createReviewsIntent(Context context, NumberInfo numberInfo) {
|
private static PendingIntent createReviewsIntent(Context context, NumberInfo numberInfo) {
|
||||||
Intent intent = ReviewsActivity.getNumberIntent(context, numberInfo.number);
|
Intent intent = ReviewsActivity.getNumberIntent(context, numberInfo.number);
|
||||||
|
intent.setAction(Long.toString(System.currentTimeMillis())); // make the intent "unique"
|
||||||
return PendingIntent.getActivity(context, 0, intent, 0);
|
return PendingIntent.getActivity(context, 0, intent, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user