Hello everyone,
I noticed that apps on Android are very slow to open… Over 15 seconds… This thing has been getting worse for 5/6 days…
On iOS same app takes 4 seconds to start… Do you know something or does anyone have the same problem?
This doesn’t happen on Bubble Go for android… same opening times as Apple… very fast…
In addition to the latest version they refer to the use of deprecated APIs:
- androidx.core.view.WindowCompat.setDecorFitsSystemWindows
- android.view.Window.setStatusBarColor
- android.view.Window.setNavigationBarColor
- android.view.Window.getStatusBarColor
- android.view.Window.getNavigationBarColor
- android.view.Window.setDecorFitsSystemWindows
- LAYOUT_IN_DISPLAY_CUTOUT_MODE_SHORT_EDGES
- LAYOUT_IN_DISPLAY_CUTOUT_MODE_DEFAULT
This element are in:
- androidx.compose.ui.window.DialogWrapper.
- com.google.android.material.bottomsheet.BottomSheetDialog.onCreate
- com.google.android.material.internal.EdgeToEdgeUtils.applyEdgeToEdge
- com.swmansion.rnscreens.ScreenWindowTraits.setColor$react_native_screens_release
- com.swmansion.rnscreens.ScreenWindowTraits.setNavigationBarColor$react_native_screens_release
- com.swmansion.rnscreens.ScreenWindowTraits.setNavigationBarTranslucent$react_native_screens_release
- com.facebook.react.modules.statusbar.StatusBarModule$setColor$1.runGuarded
- com.facebook.react.modules.statusbar.StatusBarModule.getTypedExportedConstants
- com.facebook.react.views.view.WindowUtilKt.statusBarHide
- com.facebook.react.views.view.WindowUtilKt.statusBarShow