Skip to content

Commit

Permalink
refactor track list tiles and fix theme issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Chaphasilor committed Oct 22, 2024
1 parent a470ab6 commit a3e6982
Show file tree
Hide file tree
Showing 5 changed files with 308 additions and 387 deletions.
4 changes: 2 additions & 2 deletions lib/components/AlbumScreen/album_screen_content.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import '../../services/finamp_settings_helper.dart';
import 'album_screen_content_flexible_space_bar.dart';
import 'download_button.dart';
import 'playlist_name_edit_button.dart';
import 'song_list_tile.dart';
import 'track_list_tile.dart';

typedef BaseItemDtoCallback = void Function(BaseItemDto item);

Expand Down Expand Up @@ -185,7 +185,7 @@ class _SongsSliverListState extends State<SongsSliverList> {
return item;
}

return SongListTile(
return TrackListTile(
item: item,
children: widget.childrenForQueue,
index: indexOffset,
Expand Down
Loading

0 comments on commit a3e6982

Please sign in to comment.