This setAction call seems strange and redundant

Signed-off-by: Dariusz Olszewski <starypatyk@users.noreply.github.com>
This commit is contained in:
Dariusz Olszewski 2022-05-11 22:15:17 +02:00 committed by Andy Scherzinger
parent 93e0751901
commit 4bb4d6870a
No known key found for this signature in database
GPG Key ID: 6CADC7E3523C308B

View File

@ -292,8 +292,6 @@ public class NotificationWorker extends Worker {
}
}
intent.setAction(Long.toString(System.currentTimeMillis()));
PendingIntent pendingIntent = PendingIntent.getActivity(context, 0, intent, 0);
Uri uri = Uri.parse(signatureVerification.getUserEntity().getBaseUrl());