@Override
  protected void onReset() {
    super.onReset();

    if (getShowIndicatorInternal()) {
      updateIndicatorViewsVisibility();
    }
  }