mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Fixed back button when opening channels. Fixed profile buttons layout.
This commit is contained in:
@@ -3451,7 +3451,7 @@ void MainWidget::usernameResolveDone(QPair<MsgId, QString> msgIdAndStartToken, c
|
||||
_history->resizeEvent(0);
|
||||
}
|
||||
}
|
||||
Ui::showPeerHistory(peer->id, msgId);
|
||||
Ui::showPeerHistory(peer->id, msgId, Ui::ShowWay::Forward);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user