Skip to content

Commit

Permalink
Fully move to slivers part 2 (#719)
Browse files Browse the repository at this point in the history
  • Loading branch information
Feichtmeier authored May 9, 2024
1 parent 3d80bd9 commit 7fe9527
Show file tree
Hide file tree
Showing 13 changed files with 491 additions and 663 deletions.
2 changes: 0 additions & 2 deletions lib/common.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ export 'src/common/adaptive_container.dart';
export 'src/common/audio_card.dart';
export 'src/common/audio_card_bottom.dart';
export 'src/common/audio_filter.dart';
export 'src/common/audio_page.dart';
export 'src/common/audio_page_body.dart';
export 'src/common/audio_page_control_panel.dart';
export 'src/common/audio_page_header.dart';
export 'src/common/audio_page_type.dart';
Expand Down
108 changes: 0 additions & 108 deletions lib/src/common/audio_page.dart

This file was deleted.

265 changes: 0 additions & 265 deletions lib/src/common/audio_page_body.dart

This file was deleted.

4 changes: 3 additions & 1 deletion lib/src/common/sliver_audio_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ class SliverAudioPage extends StatelessWidget {
image: image,
subTitle: pageSubTitle,
label: pageLabel,
onLabelTab: onPageLabelTab,
onLabelTab: audioPageType == AudioPageType.likedAudio
? null
: onPageLabelTab,
onSubTitleTab: onPageSubTitleTab,
),
),
Expand Down
Loading

0 comments on commit 7fe9527

Please sign in to comment.