This commit is contained in:
krawieck 2020-10-06 01:07:42 +02:00
parent ddf3e522aa
commit b4673be5cd
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ class HomeTab extends HookWidget {
Widget build(BuildContext context) {
final selectedList =
useState(SelectedList(listingType: PostListingType.subscribed));
// TODO: needs to be an observer? for accounts changes
final accStore = useAccountsStore();
final isc = useInfiniteScrollController();
final theme = Theme.of(context);