mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +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) {
|
void ListController::rowClicked(not_null<PeerListRow*> row) {
|
||||||
const auto window = _window;
|
const auto window = _window;
|
||||||
const auto peer = row->peer();
|
|
||||||
crl::on_main(window, [=, peer = row->peer()] {
|
crl::on_main(window, [=, peer = row->peer()] {
|
||||||
window->showPeerHistory(
|
window->showPeerHistory(
|
||||||
peer,
|
peer,
|
||||||
|
|
Loading…
Add table
Reference in a new issue