Skip to content

Commit

Permalink
Refresh after partition changes
Browse files Browse the repository at this point in the history
Change-Id: Id16c84f815b1c4b8e95da142648a5a759116ee6e
  • Loading branch information
jrior001 authored and Gerrit Code Review committed Jul 7, 2014
1 parent f58d0ec commit aad0311
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gui/action.cpp
@@ -1,4 +1,4 @@
/*
/*update
Copyright 2013 bigbiff/Dees_Troy TeamWin
This file is part of TWRP/TeamWin Recovery Project.
Expand Down Expand Up @@ -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;
}
Expand Down

0 comments on commit aad0311

Please sign in to comment.