We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53853ab commit 544642aCopy full SHA for 544642a
lib/widgets/subscription_list.dart
@@ -180,7 +180,7 @@ class _SubscriptionList extends StatelessWidget {
180
itemBuilder: (BuildContext context, int index) {
181
final subscription = subscriptions[index];
182
final unreadCount = unreadsModel!.countInStream(subscription.streamId);
183
- // TODO(#346): if stream muted, show a dot for unreads
+ // TODO(#712): if stream muted, show a dot for unreads
184
return SubscriptionItem(subscription: subscription, unreadCount: unreadCount);
185
});
186
}
0 commit comments