You've already forked immich
mirror of
https://github.com/immich-app/immich.git
synced 2025-08-08 23:07:06 +02:00
chore(mobile): upgrade riverpod (#16742)
This commit is contained in:
@ -39,6 +39,6 @@ final assetStackStateProvider = StateNotifierProvider.autoDispose
|
||||
);
|
||||
|
||||
@riverpod
|
||||
int assetStackIndex(AssetStackIndexRef ref, Asset asset) {
|
||||
int assetStackIndex(Ref ref, Asset asset) {
|
||||
return -1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user