2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Request, show and require accept for updated ToS.

This commit is contained in:
John Preston
2018-06-03 16:30:40 +03:00
parent c85fd368fe
commit 9ebeddbed8
37 changed files with 898 additions and 485 deletions

View File

@@ -727,7 +727,10 @@ bool Notification::unlinkItem(HistoryItem *deleted) {
}
bool Notification::canReply() const {
return !_hideReplyButton && (_item != nullptr) && !App::passcoded() && (Global::NotifyView() <= dbinvShowPreview);
return !_hideReplyButton
&& (_item != nullptr)
&& !Messenger::Instance().locked()
&& (Global::NotifyView() <= dbinvShowPreview);
}
void Notification::unlinkHistoryInManager() {