fix: Stream has already been listened to

This commit is contained in:
guozhigq
2024-09-27 00:39:18 +08:00
parent 5f02c17a2d
commit c7f044e441
4 changed files with 8 additions and 7 deletions

View File

@ -29,7 +29,8 @@ class _MemberPageState extends State<MemberPage>
late Future _memberCoinsFuture;
late Future _memberLikeFuture;
final ScrollController _extendNestCtr = ScrollController();
final StreamController<bool> appbarStream = StreamController<bool>();
final StreamController<bool> appbarStream =
StreamController<bool>.broadcast();
late int mid;
@override