mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-20 09:06:36 +08:00
committed by
GitHub
parent
6009668427
commit
3c34e43827
@@ -285,7 +285,7 @@ TextSpan? richNode(
|
||||
return;
|
||||
}
|
||||
|
||||
DynamicsHttp.dynPic(i.rid).then((res) {
|
||||
DynamicsHttp.dynPic(i.rid!).then((res) {
|
||||
if (res.isSuccess) {
|
||||
var list = res.data;
|
||||
if (Platform.isAndroid) {
|
||||
|
||||
Reference in New Issue
Block a user