mirror of
https://github.com/etesync/android
synced 2025-01-28 08:31:00 +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>() {
|
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 {
|
override fun doInBackground(vararg accounts: Account): SetupUserInfo.SetupUserInfoResult {
|
||||||
try {
|
try {
|
||||||
val cryptoManager: Crypto.CryptoManager
|
val cryptoManager: Crypto.CryptoManager
|
||||||
|
Loading…
Reference in New Issue
Block a user