TODO: Occasionaly inspect list of callers and make them use {@link UserPrompterResultListener} if possible
404405406407408409410411412413414
MessageText.getString(prefix + "button.cancel") }, 1); mb.setRelatedObject(dm); mb.open(null); int result = mb.waitUntilClosed(); if (result != 0) { throw new GlobalManagerDownloadRemovalVetoException("", true); } } }