mod: update error widget

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-04-23 16:16:51 +08:00
parent e0fe16fd14
commit 65eecb8dcf
54 changed files with 106 additions and 115 deletions

View File

@@ -181,11 +181,11 @@ class _WhisperDetailPageState
),
)
: scrollErrorWidget(
callback: _whisperDetailController.onReload,
onReload: _whisperDetailController.onReload,
),
Error() => scrollErrorWidget(
errMsg: loadingState.errMsg,
callback: _whisperDetailController.onReload,
onReload: _whisperDetailController.onReload,
),
_ => throw UnimplementedError(),
};