Fixed exporting settings

This commit is contained in:
M66B 2019-03-16 11:22:57 +00:00
parent b2d03757a5
commit 919bf6739d
1 changed files with 1 additions and 2 deletions

View File

@ -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");
}