fix: 'Watching with' should only show up for anime

This commit is contained in:
2026-07-25 14:51:39 +02:00
parent aa72095b98
commit 0dba2a9909

View File

@@ -359,6 +359,7 @@ class DetailsPage extends StatelessWidget {
), ),
), ),
),*/ ),*/
if (state.trackingType == TrackingMediumType.anime)
Padding( Padding(
padding: const EdgeInsetsGeometry.symmetric( padding: const EdgeInsetsGeometry.symmetric(
vertical: 8, vertical: 8,
@@ -423,7 +424,6 @@ class DetailsPage extends StatelessWidget {
], ],
), ),
), ),
if (state.trackingType == TrackingMediumType.anime)
if (state.animeWatchers.isNotEmpty) if (state.animeWatchers.isNotEmpty)
Wrap( Wrap(
children: [ children: [