mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Fix render bug in single column layout.
This commit is contained in:
@@ -657,8 +657,8 @@ bool MainWidget::setForwardDraft(PeerId peerId, const SelectedItemSet &items) {
|
||||
if (_history->peer() == peer) {
|
||||
_history->cancelReply();
|
||||
}
|
||||
Ui::showPeerHistory(peer, ShowAtUnreadMsgId);
|
||||
_history->onClearSelected();
|
||||
Ui::showPeerHistory(peer, ShowAtUnreadMsgId);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user