From b3e886d4445273cf457335ee7a657c2d4823101b Mon Sep 17 00:00:00 2001 From: MaysWind Date: Sun, 11 Jun 2023 22:53:32 +0800 Subject: [PATCH] fix npe error --- src/lib/ui.mobile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/ui.mobile.js b/src/lib/ui.mobile.js index 7ede4569..9359527d 100644 --- a/src/lib/ui.mobile.js +++ b/src/lib/ui.mobile.js @@ -73,6 +73,7 @@ export function showLoading(delayConditionFunc, delayMills) { f7ready((f7) => { return f7.preloader.show(); }); + return; } f7ready((f7) => {