Update library when changes to the DB are made and open manga detail activity
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package eu.kanade.mangafeed.view;
|
||||
|
||||
import android.content.Context;
|
||||
|
||||
public interface BaseView {
|
||||
Context getActivity();
|
||||
}
|
||||
Reference in New Issue
Block a user