summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDees Troy <dees_troy@teamw.in>2014-04-02 16:05:02 +0200
committerGerrit Code Review <gerrit2@gerrit>2014-04-02 16:05:02 +0200
commite65e35cc37ff83e61231d6482045705cabfc5cfd (patch)
tree89efd3189b5a6b3db5e851225a65334ee1a28626
parentMerge changes Ia75c34ab,I5743d9b9 into android-4.4 (diff)
parentFix display of .android_secure size in Backup (diff)
downloadandroid_bootable_recovery-e65e35cc37ff83e61231d6482045705cabfc5cfd.tar
android_bootable_recovery-e65e35cc37ff83e61231d6482045705cabfc5cfd.tar.gz
android_bootable_recovery-e65e35cc37ff83e61231d6482045705cabfc5cfd.tar.bz2
android_bootable_recovery-e65e35cc37ff83e61231d6482045705cabfc5cfd.tar.lz
android_bootable_recovery-e65e35cc37ff83e61231d6482045705cabfc5cfd.tar.xz
android_bootable_recovery-e65e35cc37ff83e61231d6482045705cabfc5cfd.tar.zst
android_bootable_recovery-e65e35cc37ff83e61231d6482045705cabfc5cfd.zip
-rw-r--r--partitionmanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/partitionmanager.cpp b/partitionmanager.cpp
index dfa7399cf..495ef9bb3 100644
--- a/partitionmanager.cpp
+++ b/partitionmanager.cpp
@@ -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;
}