Revert "opt: non null (#1091)"

This reverts commit 3c34e43827.
This commit is contained in:
bggRGjQaUbCoE
2025-08-23 22:05:35 +08:00
parent b77403f03f
commit ee819bb260
75 changed files with 362 additions and 400 deletions

View File

@@ -177,7 +177,7 @@ class _CdnSelectDialogState extends State<CdnSelectDialog> {
_cdnResList[index].value = '${speed}MB/s';
}
void _handleSpeedTestError(Object error, int index) {
void _handleSpeedTestError(dynamic error, int index) {
final item = _cdnResList[index];
if (item.value != null) return;