mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-08 23:19:55 +00:00
Before this change the initinalization of the trusted key store was combined in one try-catch-block. If anything went wrong an new in memory trusted key store was created. Programming against an exception is an bad pattern. So the initialization is now splitted into multiple try-catch-blocks with it's own scopes and the decision if the trusted key store is newly created in memory or loaded from a exisitng file is done by an if condition check. Signed-off-by: Tim Krüger <t@timkrueger.me> |
||
---|---|---|
.. | ||
schemas/com.nextcloud.talk.data.source.local.TalkDatabase | ||
src | ||
build.gradle | ||
lint.xml | ||
proguard-rules.pro |