Hide unread counter inside View as Messages.
This commit is contained in:
parent
080ab26804
commit
9dcea2cdef
|
@ -2966,8 +2966,9 @@ void HistoryWidget::unreadCountUpdated() {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
_cornerButtons.updateJumpDownVisibility(
|
_cornerButtons.updateJumpDownVisibility(_history->peer->isForum()
|
||||||
_history->chatListBadgesState().unreadCounter);
|
? 0
|
||||||
|
: _history->chatListBadgesState().unreadCounter);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue