rebase problem

This commit is contained in:
Mike Rosseel 2017-07-07 17:44:36 +02:00
parent 95fb2dcebf
commit 55be62bc25

View File

@ -1022,7 +1022,7 @@ public class MainViewModel implements ViewModel {
user.setDisplayedAlert(alert);
if (alert != null && !alreadyDisplayed)
if (alert.isUpdateInfo() || alert.isNewVersion())
new DisplayUpdateDownloadWindow().alertMessage(alert).show();
new DisplayUpdateDownloadWindow(alert).show();
else
new DisplayAlertMessageWindow().alertMessage(alert).show();
}