Refresh after partition changes

Change-Id: Id16c84f815b1c4b8e95da142648a5a759116ee6e
This commit is contained in:
jrior001
2014-07-05 10:31:21 -04:00
committed by Gerrit Code Review
parent f58d0ec0f1
commit aad03116ed
+2 -2
View File
@@ -1,4 +1,4 @@
/*
/*update
Copyright 2013 bigbiff/Dees_Troy TeamWin
This file is part of TWRP/TeamWin Recovery Project.
@@ -1411,7 +1411,7 @@ int GUIAction::doAction(Action action, int isThreaded /* = 0 */)
op_status = 1; // fail
}
}
PartitionManager.Update_System_Details();
operation_end(op_status, simulate);
return 0;
}