mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-01-30 06:12:07 +00:00
fix: Remove duplicated line in AlbumCatalogueViewModel
This commit is contained in:
@@ -36,7 +36,6 @@ public class AlbumCatalogueViewModel extends AndroidViewModel {
|
||||
public void loadAlbums() {
|
||||
page = 0;
|
||||
albumList.setValue(new ArrayList<>());
|
||||
albumList.setValue(new ArrayList<>());
|
||||
status = Status.RUNNING;
|
||||
loadAlbums(500);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user