mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-25 11:36:45 +08:00
tweaks (#1562)
* opt: downloadImg use cache * opt: uin8 cast * non null ext
This commit is contained in:
committed by
GitHub
parent
43beb518f4
commit
c3fa976b26
@@ -39,7 +39,7 @@ class _GroupPanelState extends State<GroupPanel> {
|
||||
void _query() {
|
||||
MemberHttp.followUpTags().then((res) {
|
||||
if (mounted) {
|
||||
loadingState = res..dataOrNull.removeFirstWhere((e) => e.tagid == 0);
|
||||
loadingState = res..dataOrNull?.removeFirstWhere((e) => e.tagid == 0);
|
||||
showDefaultBtn.value = tags.isEmpty;
|
||||
setState(() {});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user