ItEr57S04ValidacionEProbasFuncionaisItEr56S04: Exit from modal info on error

This commit is contained in:
Óscar González Fernández 2010-05-13 20:14:07 +02:00
parent 23e40972fd
commit 6bd314e04c

View file

@ -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());
}
}
}