Skip to content

Commit

Permalink
Update MvpBasePresenter.java
Browse files Browse the repository at this point in the history
  • Loading branch information
sockeqwe committed Mar 18, 2016
1 parent b4b075e commit e31f081
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
* So using a WeakReference and adding the {@link #isViewAttached()} check are basically just some
* kind of safety net and not needed in a "perfect world". Please note that if you are sure that
* you are coding in such a "perfect world" then you can also think about implementing your own
* Presenterentirely without WeakReference and isViewAttached(). Note also that
* Presenter without WeakReference and isViewAttached(). Note also that
* {@link MvpPresenter} is an interface. Hence implementing you own Presenter is easy.
* </p>
*
Expand Down

0 comments on commit e31f081

Please sign in to comment.