From 16876164804c6d7a83936868c327efcd4ed2b764 Mon Sep 17 00:00:00 2001 From: krawieck Date: Fri, 4 Dec 2020 13:59:55 +0100 Subject: [PATCH] move TODO comment to proper place --- lib/pages/home_tab.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pages/home_tab.dart b/lib/pages/home_tab.dart index 3afea7f..d01fc45 100644 --- a/lib/pages/home_tab.dart +++ b/lib/pages/home_tab.dart @@ -22,12 +22,12 @@ import 'inbox.dart'; class HomeTab extends HookWidget { @override Widget build(BuildContext context) { + // TODO: needs to be an observer? for accounts changes final accStore = useAccountsStore(); final selectedList = useState(_SelectedList( listingType: accStore.hasNoAccount ? PostListingType.all : PostListingType.subscribed)); - // TODO: needs to be an observer? for accounts changes final isc = useInfiniteScrollController(); final theme = Theme.of(context); final instancesIcons = useMemoFuture(() async {