mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-25 07:08:30 +01:00
Fixed exporting settings
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user