Skip to content

Commit

Permalink
fix render error on theme change
Browse files Browse the repository at this point in the history
  • Loading branch information
Chaphasilor committed Nov 11, 2024
1 parent 0ab8a87 commit fcad4c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/components/PlayerScreen/queue_list.dart
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,6 @@ Future<dynamic> showQueueBottomSheet(BuildContext context) {
duration: const Duration(milliseconds: 500),
data: ThemeData(
colorScheme: imageTheme,
brightness: Theme.of(context).brightness,
iconTheme: Theme.of(context).iconTheme.copyWith(
color: imageTheme.primary,
),
Expand Down

0 comments on commit fcad4c9

Please sign in to comment.