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