mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Beta version 4.5.8: Fix build with GCC.
This commit is contained in:
parent
89687e5bff
commit
8ddbfb7de5
1 changed files with 0 additions and 1 deletions
|
@ -224,7 +224,6 @@ rpl::producer<bool> ListController::shownValue() const {
|
|||
|
||||
void ListController::rowClicked(not_null<PeerListRow*> row) {
|
||||
const auto window = _window;
|
||||
const auto peer = row->peer();
|
||||
crl::on_main(window, [=, peer = row->peer()] {
|
||||
window->showPeerHistory(
|
||||
peer,
|
||||
|
|
Loading…
Add table
Reference in a new issue