mirror of
https://github.com/wrwrabbit/Partisan-Telegram-Android.git
synced 2026-05-10 04:09:54 +00:00
Crash fixes
This commit is contained in:
parent
f63c8b20bb
commit
85bc7046bb
10 changed files with 45 additions and 20 deletions
|
|
@ -1777,6 +1777,10 @@ public class SecretChatHelper {
|
|||
}
|
||||
}
|
||||
});
|
||||
progressDialog.show();
|
||||
try {
|
||||
progressDialog.show();
|
||||
} catch (Exception e) {
|
||||
//don't promt
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue