Fixed exporting settings

pull/153/head
M66B 6 years ago
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…
Cancel
Save