Update library when changes to the DB are made and open manga detail activity
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package eu.kanade.mangafeed.view;
|
||||
|
||||
import java.util.ArrayList;
|
||||
|
||||
import eu.kanade.mangafeed.data.models.Manga;
|
||||
|
||||
public interface LibraryView extends BaseView {
|
||||
|
||||
void setMangas(ArrayList<Manga> mangas);
|
||||
}
|
||||
Reference in New Issue
Block a user