refactored sync & bangs

This commit is contained in:
Fabian Freund
2024-06-12 08:34:48 +02:00
parent ff40d57ce7
commit b1e2b65a0c
22 changed files with 1023 additions and 327 deletions
@@ -13,7 +13,7 @@ class BangIcon extends HookConsumerWidget {
@override
Widget build(BuildContext context, WidgetRef ref) {
final bangAsync = ref.watch(ensureIconAvailableProvider(bangData));
final bangAsync = ref.watch(bangDataEnsureIconProvider(bangData));
final bang = bangAsync.valueOrNull ?? bangData;
return Skeletonizer(