From 689dbff41e748b4ed31ad6bc80f5190f52a6052b Mon Sep 17 00:00:00 2001 From: krawieck Date: Wed, 16 Sep 2020 01:23:57 +0200 Subject: [PATCH] add a todo --- lib/pages/community.dart | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/pages/community.dart b/lib/pages/community.dart index 84bceb4..4ba81d0 100644 --- a/lib/pages/community.dart +++ b/lib/pages/community.dart @@ -536,6 +536,8 @@ class _FollowButton extends HookWidget { final token = tokenOrNull(context, community.instanceUrl); final isSubbed = useState(subscribed); + + // TODO: use hook for handling spinner and pending final showSpinner = useState(false); final isPending = useState(false);