fix: null safe

This commit is contained in:
bggRGjQaUbCoE
2024-08-27 11:03:44 +08:00
parent 0e332ce080
commit 24458c106f
3 changed files with 11 additions and 11 deletions

View File

@@ -20,7 +20,7 @@ class OwnerFollowList extends StatefulWidget {
class _OwnerFollowListState extends State<OwnerFollowList>
with AutomaticKeepAliveClientMixin {
late int mid;
late int? mid;
late Future _futureBuilderFuture;
final ScrollController scrollController = ScrollController();
int pn = 1;