mirror of
https://github.com/immich-app/immich.git
synced 2025-12-18 09:13:15 +03:00
Implemented bottom app bar with control buttons for asset's operation (#15)
This commit is contained in:
@@ -14,7 +14,7 @@ class AssetNotifier extends StateNotifier<List<ImmichAssetGroupByDate>> {
|
||||
bool isFetching = false;
|
||||
|
||||
// Get All assets
|
||||
getImmichAssets() async {
|
||||
getAllAssets() async {
|
||||
GetAllAssetResponse? res = await _assetService.getAllAsset();
|
||||
nextPageKey = res?.nextPageKey;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user