Skip to content

Commit 2751eec

Browse files
Merge pull request #22 from Omega-R/develop
Remove InjectViewState
2 parents db441eb + a3e1566 commit 2751eec

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

moxy/src/main/java/com/omegar/mvp/MvpPresenter.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
* @author Alexander Blinov
1616
* @author Konstantin Tckhovrebov
1717
*/
18-
@InjectViewState
1918
public abstract class MvpPresenter<View extends MvpView> {
2019
private boolean mFirstLaunch = true;
2120
private String mTag;

0 commit comments

Comments
 (0)