mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-03 07:53:37 +00:00
fix: variable removed by accident
This commit is contained in:
@@ -33,6 +33,7 @@ public class AlbumCatalogueViewModel extends AndroidViewModel {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void loadAlbums() {
|
public void loadAlbums() {
|
||||||
|
page = 0;
|
||||||
status = Status.RUNNING;
|
status = Status.RUNNING;
|
||||||
albumList.setValue(new ArrayList<>());
|
albumList.setValue(new ArrayList<>());
|
||||||
loadAlbums(500);
|
loadAlbums(500);
|
||||||
|
|||||||
Reference in New Issue
Block a user