-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add better error handling to prevent crashes when creating shar…
…edPreferences (#1267) * feat: update sharedPreferences creation to properly handle creation errors gracefully * feat: add extra error handling while using getSharedPreferences() method * feat: add better error handling to prevent app crashes * fix: update linting * fix: update getSharedPreferences() implementation to create the masterKey internally * fix: remove generated gradele files * fix: refactor TEKStamper logic to reduce try-catch nesting * fix: refactor TEKStamper logic to reduce try-catch nesting * fix: fix linting * fix: change exception variables
- Loading branch information
Showing
15 changed files
with
684 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
28 changes: 28 additions & 0 deletions
28
site/pages/reference/account-kit/smart-contracts/functions/createSMAV2Account.mdx
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
52 changes: 52 additions & 0 deletions
52
...es/reference/account-kit/smart-contracts/functions/createSMAV2AccountClient.mdx
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
37 changes: 37 additions & 0 deletions
37
...ence/account-kit/smart-contracts/functions/getDefaultAllowlistModuleAddress.mdx
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
37 changes: 37 additions & 0 deletions
37
...count-kit/smart-contracts/functions/getDefaultNativeTokenLimitModuleAddress.mdx
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.