mirror of
https://github.com/DrKLO/Telegram.git
synced 2024-12-22 14:35:03 +01:00
Bug fixes
This commit is contained in:
parent
2b15ac63f8
commit
8bad655966
2 changed files with 1 additions and 3 deletions
|
@ -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 {
|
||||||
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) {
|
||||||
|
|
Loading…
Reference in a new issue