Skip to content
Snippets Groups Projects
Unverified Commit c707bdc8 authored by Matthias Urhahn's avatar Matthias Urhahn Committed by GitHub
Browse files

Update EncryptedPreferencesFactory (DEV) #1472

parent 8489a02a
No related branches found
No related tags found
No related merge requests found
...@@ -36,6 +36,6 @@ class EncryptedPreferencesFactory @Inject constructor( ...@@ -36,6 +36,6 @@ class EncryptedPreferencesFactory @Inject constructor(
} }
} }
} catch (e: Exception) { } catch (e: Exception) {
throw KeyException("Permantly failed to instantiate encrypted preferences", e) throw KeyException("Permanently failed to instantiate encrypted preferences", e)
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment