mirror of
https://github.com/immich-app/immich.git
synced 2025-11-21 15:30:41 +09:00
refactor(mobile): action provider (#19669)
* refactor action provider * fix lint
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user