Skip to content

Commit

Permalink
fix(my_thread): Fix refreshing my_thread tab
Browse files Browse the repository at this point in the history
  • Loading branch information
realth000 committed Jan 20, 2024
1 parent ee9a07a commit 7803b0f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/features/my_thread/bloc/my_thread_state.dart
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,10 @@ final class MyThreadState extends Equatable {
threadList,
threadPageNumber,
nextThreadPageUrl,
refreshingThread,
replyList,
replyPageNumber,
nextReplyPageUrl,
refreshingReply,
];
}

0 comments on commit 7803b0f

Please sign in to comment.