Browse Source

fix(mobile): remove showSpinner

Tienson Qin 3 years ago
parent
commit
857774e407
1 changed files with 0 additions and 1 deletions
  1. 0 1
      capacitor.config.ts

+ 0 - 1
capacitor.config.ts

@@ -11,7 +11,6 @@ const config: CapacitorConfig = {
             launchAutoHide: false,
             androidScaleType: "CENTER_CROP",
             splashImmersive: false,
-            showSpinner: true
             backgroundColor: "#002b36"
         },
     },