Fix loading issue in comments bottom sheet

main_design2.0
zaid_daoud 2 years ago
parent 37a9cd3cc9
commit a5393b5a85

@ -36,7 +36,7 @@ class _CommentsBottomSheetState extends State<CommentsBottomSheet> {
@override
Widget build(BuildContext context) {
final commentsProvider = Provider.of<CommentsProvider>(context, listen: false);
final commentsProvider = Provider.of<CommentsProvider>(context);
final userProvider = Provider.of<UserProvider>(context, listen: false);
return Container(
height: MediaQuery.of(context).size.height * 0.55,

Loading…
Cancel
Save