Open kazemihabib opened 6 years ago
In FeedMvpPresenter https://github.com/MindorksOpenSource/android-mvp-architecture/blob/08953b292a240abc1c2dedbe49c65e38a7c47dec/app/src/main/java/com/mindorks/framework/mvp/ui/feed/FeedMvpPresenter.java#L25
I think this should be
public interface FeedMvpPresenter<V extends FeedMvpView> extends MvpPresenter<V>
In FeedMvpPresenter https://github.com/MindorksOpenSource/android-mvp-architecture/blob/08953b292a240abc1c2dedbe49c65e38a7c47dec/app/src/main/java/com/mindorks/framework/mvp/ui/feed/FeedMvpPresenter.java#L25
I think this should be
public interface FeedMvpPresenter<V extends FeedMvpView> extends MvpPresenter<V>