mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Fix crash on data share in attach bots.
This commit is contained in:
parent
edfb7bb65a
commit
136eaee8d5
1 changed files with 1 additions and 1 deletions
|
@ -779,7 +779,7 @@ void AttachWebView::show(
|
|||
)).done([=](const MTPUpdates &result) {
|
||||
_session->api().applyUpdates(result);
|
||||
}).send();
|
||||
cancel();
|
||||
crl::on_main(this, [=] { cancel(); });
|
||||
});
|
||||
const auto handleLocalUri = [close](QString uri) {
|
||||
const auto local = Core::TryConvertUrlToLocal(uri);
|
||||
|
|
Loading…
Add table
Reference in a new issue