ItEr57S04ValidacionEProbasFuncionaisItEr56S04: Exit from modal info on error
This commit is contained in:
parent
23e40972fd
commit
6bd314e04c
1 changed files with 3 additions and 1 deletions
|
|
@ -194,11 +194,13 @@ public class ReassignCommand implements IReassignCommand {
|
|||
notBlockingDesktopUpdates));
|
||||
} finally {
|
||||
notBlockingDesktopUpdates.finish();
|
||||
waitUntilFinish(previousNotifications);
|
||||
if (notifications != null) {
|
||||
// null if error
|
||||
waitUntilFinish(previousNotifications);
|
||||
updater.doUpdate(and(doNotifications(notifications),
|
||||
reloadCharts(context), showEnd()));
|
||||
} else {
|
||||
updater.doUpdate(showEnd());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue