Bug fixes
This commit is contained in:
parent
2b15ac63f8
commit
8bad655966
@ -80,7 +80,7 @@ android {
|
||||
defaultConfig {
|
||||
minSdkVersion 8
|
||||
targetSdkVersion 19
|
||||
versionCode 311
|
||||
versionCode 312
|
||||
versionName "1.8.0"
|
||||
}
|
||||
}
|
||||
|
@ -218,8 +218,6 @@ public class FileUploadOperation {
|
||||
editor.putString(fileKey + "_key", Utilities.bytesToHex(key));
|
||||
}
|
||||
editor.commit();
|
||||
|
||||
editor.putString(fileKey + "_key", Utilities.bytesToHex(key));
|
||||
}
|
||||
|
||||
if (isEncrypted) {
|
||||
|
Loading…
Reference in New Issue
Block a user