Fix AOSP decrypt when TouchWiz code is present

This commit is contained in:
Dees_Troy
2013-08-23 17:20:32 +00:00
parent 94e2a46402
commit 066eb30abf
4 changed files with 15 additions and 8 deletions
+1
View File
@@ -1453,6 +1453,7 @@ int TWPartitionManager::Decrypt_Device(string Password) {
sdcard->Mount(false);
}
} else {
LOGINFO("External storage '%s' is not encrypted.\n", sdcard->Mount_Point.c_str());
sdcard->Is_Decrypted = false;
sdcard->Decrypted_Block_Device = "";
}