mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-26 12:07:11 +08:00
opt: sealed LoadingState (#765)
This commit is contained in:
committed by
GitHub
parent
d4d1602b45
commit
bb6bd95e9b
@@ -92,7 +92,6 @@ class _SearchArchiveState extends State<SearchArchive>
|
||||
widget.ctr.refreshArchive();
|
||||
},
|
||||
),
|
||||
LoadingState() => throw UnimplementedError(),
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
@@ -149,7 +149,6 @@ class _SearchDynamicState extends State<SearchDynamic>
|
||||
widget.ctr.refreshDynamic();
|
||||
},
|
||||
),
|
||||
LoadingState() => throw UnimplementedError(),
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user