commit | e65e35cc37ff83e61231d6482045705cabfc5cfd | [log] [tgz] |
---|---|---|
author | Dees Troy <dees_troy@teamw.in> | Wed Apr 02 16:05:02 2014 +0200 |
committer | Gerrit Code Review <gerrit2@gerrit> | Wed Apr 02 16:05:02 2014 +0200 |
tree | 89efd3189b5a6b3db5e851225a65334ee1a28626 | |
parent | 74a149bfcbfd37384331589df697adf576590042 [diff] | |
parent | ed426904e69b6775e4f60a1420711e9b5eedd851 [diff] |
Merge "Fix display of .android_secure size in Backup" into android-4.4
diff --git a/partitionmanager.cpp b/partitionmanager.cpp index dfa7399..495ef9b 100644 --- a/partitionmanager.cpp +++ b/partitionmanager.cpp
@@ -104,9 +104,9 @@ 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; }