mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
refactor(mobile): action provider (#19669)
* refactor action provider * fix lint
This commit is contained in:
parent
fa418d778b
commit
f59b0bab5a
7 changed files with 55 additions and 47 deletions
|
|
@ -40,10 +40,6 @@ class ArchiveActionButton extends ConsumerWidget {
|
|||
}
|
||||
}
|
||||
|
||||
void viewerAction(WidgetRef _) {
|
||||
UnimplementedError("Viewer action for archive is not implemented yet.");
|
||||
}
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context, WidgetRef ref) {
|
||||
return BaseActionButton(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue