Prevent crash

This commit is contained in:
M66B 2019-03-11 09:02:57 +00:00
parent a735eec990
commit b87057cb21
1 changed files with 0 additions and 1 deletions

View File

@ -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();