Commit 8bad6559 authored by DrKLO's avatar DrKLO

Bug fixes

parent 2b15ac63
...@@ -80,7 +80,7 @@ android { ...@@ -80,7 +80,7 @@ android {
defaultConfig { defaultConfig {
minSdkVersion 8 minSdkVersion 8
targetSdkVersion 19 targetSdkVersion 19
versionCode 311 versionCode 312
versionName "1.8.0" versionName "1.8.0"
} }
} }
...@@ -218,8 +218,6 @@ public class FileUploadOperation { ...@@ -218,8 +218,6 @@ public class FileUploadOperation {
editor.putString(fileKey + "_key", Utilities.bytesToHex(key)); editor.putString(fileKey + "_key", Utilities.bytesToHex(key));
} }
editor.commit(); editor.commit();
editor.putString(fileKey + "_key", Utilities.bytesToHex(key));
} }
if (isEncrypted) { if (isEncrypted) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment