mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 18:03:33 +00:00
fix: Remove duplicated line in AlbumCatalogueViewModel
This commit is contained in:
parent
c6d08d6a3f
commit
3223de5d03
1 changed files with 0 additions and 1 deletions
|
|
@ -36,7 +36,6 @@ public class AlbumCatalogueViewModel extends AndroidViewModel {
|
||||||
public void loadAlbums() {
|
public void loadAlbums() {
|
||||||
page = 0;
|
page = 0;
|
||||||
albumList.setValue(new ArrayList<>());
|
albumList.setValue(new ArrayList<>());
|
||||||
albumList.setValue(new ArrayList<>());
|
|
||||||
status = Status.RUNNING;
|
status = Status.RUNNING;
|
||||||
loadAlbums(500);
|
loadAlbums(500);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue