Merge "Fix display of .android_secure size in Backup" into android-4.4

This commit is contained in:
Dees Troy
2014-04-02 16:05:02 +02:00
committed by Gerrit Code Review

View File

@@ -104,9 +104,9 @@ int TWPartitionManager::Process_Fstab(string Fstab_Filename, bool Display_Error)
else
LOGINFO("Error creating fstab\n");
}
Setup_Settings_Storage_Partition(settings_partition);
Update_System_Details();
UnMount_Main_Partitions();
Setup_Settings_Storage_Partition(settings_partition);
return true;
}