Fix AOSP decrypt when TouchWiz code is present
This commit is contained in:
@@ -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 = "";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user