add a todo

This commit is contained in:
krawieck 2020-09-16 01:23:57 +02:00
parent b5f803834e
commit 689dbff41e
1 changed files with 2 additions and 0 deletions

View File

@ -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);