popDialog method

bool popDialog()

Implementation

bool popDialog() {
  if (showLoading) {
    showLoading = false;
    delegate.popDialog();
    return true;
  }
  return false;
}