/** {@inheritDoc} */
  @Override
  protected void onSaveInstanceState(Bundle outState) {
    super.onSaveInstanceState(outState);

    this.paused = true;
  }