mirror of https://github.com/M66B/FairEmail.git
Fixed exporting settings
This commit is contained in:
parent
b2d03757a5
commit
919bf6739d
|
@ -549,10 +549,9 @@ public class ActivitySetup extends ActivityBilling implements FragmentManager.On
|
|||
OutputStream cout = new CipherOutputStream(raw, cipher);
|
||||
cout.write(jexport.toString(2).getBytes());
|
||||
cout.flush();
|
||||
raw.write(cipher.doFinal());
|
||||
}
|
||||
|
||||
raw.flush();
|
||||
|
||||
Log.i("Exported data");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue