mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +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) {
|
)).done([=](const MTPUpdates &result) {
|
||||||
_session->api().applyUpdates(result);
|
_session->api().applyUpdates(result);
|
||||||
}).send();
|
}).send();
|
||||||
cancel();
|
crl::on_main(this, [=] { cancel(); });
|
||||||
});
|
});
|
||||||
const auto handleLocalUri = [close](QString uri) {
|
const auto handleLocalUri = [close](QString uri) {
|
||||||
const auto local = Core::TryConvertUrlToLocal(uri);
|
const auto local = Core::TryConvertUrlToLocal(uri);
|
||||||
|
|
Loading…
Add table
Reference in a new issue