opt: load previous

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-04-04 16:18:18 +08:00
parent cb3e57feec
commit 7fafa88eb7
7 changed files with 35 additions and 16 deletions

View File

@@ -10,7 +10,6 @@ Widget errorWidget({errMsg, callback}) => HttpError(
);
Widget scrollErrorWidget({errMsg, callback}) => CustomScrollView(
controller: ScrollController(),
slivers: [
HttpError(
errMsg: errMsg,