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;
 		}