mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fix crash on bad_function_call in ChooseJoinAsProcess.
This commit is contained in:
parent
8d575a5fbf
commit
05be9d72b8
1 changed files with 1 additions and 1 deletions
|
@ -337,7 +337,7 @@ void ChooseJoinAsProcess::start(
|
||||||
_request = std::make_unique<ChannelsListRequest>(
|
_request = std::make_unique<ChannelsListRequest>(
|
||||||
ChannelsListRequest{
|
ChannelsListRequest{
|
||||||
.peer = peer,
|
.peer = peer,
|
||||||
.showBox = std::move(showBox),
|
.showBox = showBox,
|
||||||
.showToast = std::move(showToast),
|
.showToast = std::move(showToast),
|
||||||
.done = std::move(done),
|
.done = std::move(done),
|
||||||
.context = context });
|
.context = context });
|
||||||
|
|
Loading…
Add table
Reference in a new issue