mirror of
https://github.com/etesync/android
synced 2025-01-14 17:51:01 +00:00
Fix crash in setup encryption.
This commit is contained in:
parent
fe7aa2208b
commit
3729401aac
@ -44,12 +44,6 @@ class SetupUserInfoFragment : DialogFragment() {
|
||||
}
|
||||
|
||||
protected inner class SetupUserInfo : AsyncTask<Account, Int, SetupUserInfo.SetupUserInfoResult>() {
|
||||
internal var progressDialog = dialog as ProgressDialog
|
||||
|
||||
override fun onPreExecute() {
|
||||
progressDialog = dialog as ProgressDialog
|
||||
}
|
||||
|
||||
override fun doInBackground(vararg accounts: Account): SetupUserInfo.SetupUserInfoResult {
|
||||
try {
|
||||
val cryptoManager: Crypto.CryptoManager
|
||||
|
Loading…
Reference in New Issue
Block a user