From 64bc2821f90f92b96fb5ab77215c7ad38b2e9053 Mon Sep 17 00:00:00 2001 From: "Alexander \"PapaTutuWawa" Date: Mon, 6 Feb 2023 15:34:15 +0100 Subject: [PATCH] fix(ui): Conditionally set watch state string --- lib/src/ui/pages/details.dart | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/src/ui/pages/details.dart b/lib/src/ui/pages/details.dart index ea90ff6..b462477 100644 --- a/lib/src/ui/pages/details.dart +++ b/lib/src/ui/pages/details.dart @@ -68,7 +68,9 @@ class DetailsPage extends StatelessWidget { ), DropdownSelector( - title: 'Watchstate', + title: state.trackingType == TrackingMediumType.anime ? + 'Watch state' : + 'Read state', onChanged: (MediumTrackingState newState) { if (state.trackingType == TrackingMediumType.anime) { context.read().add(