remove warning

This commit is contained in:
guozhigq
2023-08-14 18:13:08 +08:00
parent 9b7d6d105a
commit 188cdbc64a
28 changed files with 26 additions and 49 deletions

View File

@ -73,7 +73,7 @@ class _LivePageState extends State<LivePage> {
padding:
const EdgeInsets.fromLTRB(0, StyleString.safeSpace, 0, 0),
sliver: FutureBuilder(
future: _liveController.queryLiveList('init'),
future: _futureBuilderFuture,
builder: (context, snapshot) {
if (snapshot.connectionState == ConnectionState.done) {
Map data = snapshot.data as Map;