mirror of
https://github.com/nextcloud/talk-android
synced 2025-02-07 15:13:01 +00:00
Dont throw a runtime exception
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
a2e9c53313
commit
ef8a49e181
@ -74,7 +74,7 @@ public class SecurityUtils {
|
||||
} catch (BadPaddingException | IllegalBlockSizeException | KeyStoreException |
|
||||
CertificateException | UnrecoverableKeyException | IOException
|
||||
| NoSuchPaddingException | NoSuchAlgorithmException | InvalidKeyException e) {
|
||||
throw new RuntimeException(e);
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user