mirror of https://github.com/procxx/kepka.git
parent
1963fca7d3
commit
4ac3aef600
|
@ -5239,6 +5239,9 @@ void HistoryWidget::replyToNextMessage() {
|
||||||
const auto next = nextView->data();
|
const auto next = nextView->data();
|
||||||
Ui::showPeerHistoryAtItem(next);
|
Ui::showPeerHistoryAtItem(next);
|
||||||
replyToMessage(next);
|
replyToMessage(next);
|
||||||
|
} else {
|
||||||
|
clearHighlightMessages();
|
||||||
|
cancelReply(false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue