mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-21 08:38:37 +00:00
mod: update error widget
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -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(),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user