mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 22:46:10 +00:00
Update API scheme on layer 202.
This commit is contained in:
@@ -128,8 +128,8 @@ constexpr auto kPlayStatusLimit = 2;
|
||||
return;
|
||||
}
|
||||
*creating = true;
|
||||
const auto finished = [=](QString link) {
|
||||
if (link.isEmpty()) {
|
||||
const auto finished = [=](bool ok) {
|
||||
if (!ok) {
|
||||
*creating = false;
|
||||
} else if (const auto onstack = done) {
|
||||
onstack();
|
||||
|
Reference in New Issue
Block a user