Skip to content

Commit

Permalink
Fix splash not being displayed for shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippMatthes committed Oct 19, 2023
1 parent 50c8bc4 commit 81375f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/home/views/shortcuts/selection.dart
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class ShortcutView extends StatelessWidget {
borderRadius: BorderRadius.circular(22),
color: Theme.of(context).colorScheme.surfaceVariant,
),
padding: const EdgeInsets.all(4),
margin: const EdgeInsets.all(4),
child: ShortcutPictogram(
key: ValueKey(shortcut!.hashCode),
shortcut: shortcut as ShortcutRoute,
Expand All @@ -72,7 +72,7 @@ class ShortcutView extends StatelessWidget {
borderRadius: BorderRadius.circular(22),
color: Theme.of(context).colorScheme.surfaceVariant,
),
padding: const EdgeInsets.all(4),
margin: const EdgeInsets.all(4),
child: ShortcutPictogram(
key: ValueKey(shortcut!.hashCode),
shortcut: shortcut as ShortcutLocation,
Expand Down

0 comments on commit 81375f9

Please sign in to comment.