mirror of
https://github.com/antebudimir/tempus.git
synced 2025-12-31 17:43:32 +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() {
|
||||
page = 0;
|
||||
albumList.setValue(new ArrayList<>());
|
||||
albumList.setValue(new ArrayList<>());
|
||||
status = Status.RUNNING;
|
||||
loadAlbums(500);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue