mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
emit a update badge
This commit is contained in:
parent
d93708b553
commit
10ce2a781f
@ -91,7 +91,6 @@ module.exports = class MessageManager extends EventEmitter{
|
||||
let msg = this.getMsg(msgId)
|
||||
if (msg) msg.status = status
|
||||
this._updateMsg(msg)
|
||||
this.emit('updateBadge')
|
||||
}
|
||||
|
||||
_updateMsg (msg) {
|
||||
@ -104,6 +103,7 @@ module.exports = class MessageManager extends EventEmitter{
|
||||
}
|
||||
|
||||
_saveMsgList (msgList) {
|
||||
this.emit('updateBadge')
|
||||
this.memStore.updateState({ messages: msgList })
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user