mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-26 19:05:23 +01:00
Prevent crash
This commit is contained in:
@@ -568,7 +568,6 @@ public class ActivitySetup extends ActivityBilling implements FragmentManager.On
|
||||
OutputStream cout = new CipherOutputStream(raw, cipher);
|
||||
cout.write(jexport.toString(2).getBytes());
|
||||
cout.flush();
|
||||
cout.close();
|
||||
}
|
||||
|
||||
raw.flush();
|
||||
|
||||
Reference in New Issue
Block a user