зеркало из https://github.com/mozilla/gecko-dev.git
Bug 933775 - Fix download timestamp by changing 'when' parameter to contain time since epoch. r=wesj
This commit is contained in:
Родитель
05a5241c15
Коммит
4200c52b01
|
@ -237,7 +237,7 @@ public final class NotificationHelper implements GeckoEventListener {
|
|||
builder.setOngoing(ongoing);
|
||||
|
||||
if (message.has(WHEN_ATTR)) {
|
||||
int when = message.optInt(WHEN_ATTR);
|
||||
long when = message.optLong(WHEN_ATTR);
|
||||
builder.setWhen(when);
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче