Call setupCryptoSettings during onCreate, too
This is slightly wasteful since it's also called in onResume, but we need to make sure it's been called before onActivityResult. Moving to onStart won't work, because we do want to refresh onResume if returning from a dialog.
Loading
Please register or sign in to comment