mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-20 20:19:42 +01: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 |
|
} catch (BadPaddingException | IllegalBlockSizeException | KeyStoreException |
|
||||||
CertificateException | UnrecoverableKeyException | IOException
|
CertificateException | UnrecoverableKeyException | IOException
|
||||||
| NoSuchPaddingException | NoSuchAlgorithmException | InvalidKeyException e) {
|
| NoSuchPaddingException | NoSuchAlgorithmException | InvalidKeyException e) {
|
||||||
throw new RuntimeException(e);
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user