fix user message time
This commit is contained in:
parent
35a2692d25
commit
05eee2ebb9
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ class NotificationUserMessage (text :String): Notification() {
|
||||||
var hash = text.hashCode()
|
var hash = text.hashCode()
|
||||||
if (hash < USERMESSAGE) hash += USERMESSAGE
|
if (hash < USERMESSAGE) hash += USERMESSAGE
|
||||||
id = hash
|
id = hash
|
||||||
|
date = System.currentTimeMillis()
|
||||||
this.text = text
|
this.text = text
|
||||||
level = URGENT
|
level = URGENT
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue