diff options
Diffstat (limited to '')
-rw-r--r-- | gui/action.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/action.cpp b/gui/action.cpp index d4d944dfb..3c5584d4a 100644 --- a/gui/action.cpp +++ b/gui/action.cpp @@ -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; } |