m3e loading indicator

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-03-17 22:02:26 +08:00
parent d1497115da
commit 9b1ae39922
21 changed files with 275 additions and 19 deletions

View File

@@ -107,7 +107,7 @@ class _CreateFavPageState extends State<CreateFavPage> {
? _buildBody(theme)
: _errMsg?.isNotEmpty == true
? scrollErrorWidget(errMsg: _errMsg, onReload: _getFolderInfo)
: circularLoading
: m3eLoading
: _buildBody(theme),
);
}