0
0
mirror of https://github.com/etesync/android.git synced 2024-09-20 21:13:05 +02:00

Fix crash in setup encryption.

This commit is contained in:
Tom Hacohen 2019-01-09 09:54:34 +00:00
parent fe7aa2208b
commit 3729401aac

View File

@ -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