commit | aad03116ed49032cc119972bf3f2539ae8cd3a03 | [log] [tgz] |
---|---|---|
author | jrior001 <jriordan001@gmail.com> | Sat Jul 05 10:31:21 2014 -0400 |
committer | Gerrit Code Review <gerrit2@gerrit> | Mon Jul 07 20:59:07 2014 +0200 |
tree | 617bdcf661aa8dd5d72c1083b421e49cada97c0b | |
parent | f58d0ec0f1c8b036aaf448d915317cc808d6c1be [diff] |
Refresh after partition changes Change-Id: Id16c84f815b1c4b8e95da142648a5a759116ee6e
diff --git a/gui/action.cpp b/gui/action.cpp index d4d944d..3c5584d 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 @@ op_status = 1; // fail } } - + PartitionManager.Update_System_Details(); operation_end(op_status, simulate); return 0; }