mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
remove warning
This commit is contained in:
@@ -121,7 +121,6 @@ class IntroDetail extends StatelessWidget {
|
||||
}
|
||||
|
||||
InlineSpan buildContent(BuildContext context, content) {
|
||||
String desc = content.desc;
|
||||
List descV2 = content.descV2;
|
||||
// type
|
||||
// 1 普通文本
|
||||
@@ -146,7 +145,7 @@ class IntroDetail extends StatelessWidget {
|
||||
},
|
||||
);
|
||||
default:
|
||||
return TextSpan();
|
||||
return const TextSpan();
|
||||
}
|
||||
});
|
||||
return TextSpan(children: spanChilds);
|
||||
|
||||
Reference in New Issue
Block a user