mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-22 13:05:31 +03:00
Add missing ;
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
8d73c89f69
commit
eade532f79
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ public class NotificationWorker extends Worker {
|
||||||
HashMap<String, HashMap<String, String>> subjectRichParameters = notification
|
HashMap<String, HashMap<String, String>> subjectRichParameters = notification
|
||||||
.getSubjectRichParameters();
|
.getSubjectRichParameters();
|
||||||
|
|
||||||
decryptedPushMessage.setTimestamp(notification.getDatetime().getTime();
|
decryptedPushMessage.setTimestamp(notification.getDatetime().getTime());
|
||||||
|
|
||||||
if (subjectRichParameters != null && subjectRichParameters.size() > 0) {
|
if (subjectRichParameters != null && subjectRichParameters.size() > 0) {
|
||||||
HashMap<String, String> callHashMap = subjectRichParameters.get("call");
|
HashMap<String, String> callHashMap = subjectRichParameters.get("call");
|
||||||
|
|
Loading…
Reference in a new issue