mirror of
https://github.com/antebudimir/tempus.git
synced 2025-12-31 17:43:32 +00:00
fix: variable removed by accident
This commit is contained in:
parent
d4d7aaba2b
commit
8d2f0edbab
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue