Fix display of .android_secure size in Backup

Setup_Settings_Storage_Partition() needs to be called before
Update_System_Details() in order for the /and-sec mount point to be
setup and size read correctly.

Change-Id: Id5394c90b6d095027c1b852764676dc6080a871d
This commit is contained in:
Matt Mower
2014-04-02 00:28:30 -05:00
parent 3a746d607e
commit ed426904e6
+1 -1
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;
}