diff --git a/lib/widgets/album/all_collection_page.dart b/lib/widgets/album/all_collection_page.dart index cf3c3bfec..836a42724 100644 --- a/lib/widgets/album/all_collection_page.dart +++ b/lib/widgets/album/all_collection_page.dart @@ -28,15 +28,6 @@ class _AllCollectionAppBar extends SliverAppBar { floating: true, ); - @override - Widget build(BuildContext context) { - return SliverAppBar( - title: const Text('All'), - actions: _buildActions(), - floating: true, - ); - } - static List _buildActions() { return [ Builder(