mirror of https://github.com/procxx/kepka.git
Mark as read only in inited history view.
This commit is contained in:
parent
a3f19c073b
commit
1980c1004e
|
@ -2465,6 +2465,7 @@ bool HistoryWidget::doWeReadServerHistory() const {
|
||||||
bool HistoryWidget::doWeReadMentions() const {
|
bool HistoryWidget::doWeReadMentions() const {
|
||||||
return _history
|
return _history
|
||||||
&& _list
|
&& _list
|
||||||
|
&& _historyInited
|
||||||
&& !_firstLoadRequest
|
&& !_firstLoadRequest
|
||||||
&& !_a_show.animating()
|
&& !_a_show.animating()
|
||||||
&& App::wnd()->doWeMarkAsRead();
|
&& App::wnd()->doWeMarkAsRead();
|
||||||
|
|
Loading…
Reference in New Issue