// Bundle destination is deleted, go back to bundle destinations root view
goToView(LinkManager.getBundleDestinationLink(bundle.getId(), 0), true);
}
};
// Delay the showing of the result to give the user some time to see the deleteSubmitted notif
timer.schedule(Math.max(0, 3 * 1000 - duration.elapsedMillis()));
}
});
}
private void checkIfDisabled(final IButton purgeButton) {