Crash fixes

This commit is contained in:
DrKLO 2015-02-26 17:36:15 +03:00
parent f63c8b20bb
commit 85bc7046bb
10 changed files with 45 additions and 20 deletions

View file

@ -1777,6 +1777,10 @@ public class SecretChatHelper {
}
}
});
progressDialog.show();
try {
progressDialog.show();
} catch (Exception e) {
//don't promt
}
}
}