Skip to content

Commit a3e1566

Browse files
committed
Remove InjectViewState
1 parent c24a35c commit a3e1566

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)