mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 10:30:04 +01:00
put updateBadge back in
This commit is contained in:
parent
c7b9adbfcb
commit
d93708b553
@ -91,6 +91,7 @@ module.exports = class MessageManager extends EventEmitter{
|
||||
let msg = this.getMsg(msgId)
|
||||
if (msg) msg.status = status
|
||||
this._updateMsg(msg)
|
||||
this.emit('updateBadge')
|
||||
}
|
||||
|
||||
_updateMsg (msg) {
|
||||
|
Loading…
Reference in New Issue
Block a user