Prevent crash

pull/153/head
M66B 6 years ago
parent a735eec990
commit b87057cb21

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

Loading…
Cancel
Save