public void onAttachedToWindow() { isDetached = false; super.onAttachedToWindow(); }
@Override public void onAttachedToWindow() { super.onAttachedToWindow(); presenter.attachView(this); presenter.getRegisterCode(); }
@Override public void onAttachedToWindow() { // TODO Auto-generated method stub super.onAttachedToWindow(); tv_time.setText(TimeUtils.formatTimeString(firstTime)); }