You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's a short lag when starting the app. It can be noticed when tapping any element in home very quickly after start. It doesn't open immediately. The reason is likely the bootstrap, which runs on the main thread.
Can we make it quicker? The db should be initialized only the first time the app starts. Unclear which dependency could be causing this.
The text was updated successfully, but these errors were encountered:
There's a short lag when starting the app. It can be noticed when tapping any element in home very quickly after start. It doesn't open immediately. The reason is likely the bootstrap, which runs on the main thread.
Can we make it quicker? The db should be initialized only the first time the app starts. Unclear which dependency could be causing this.
The text was updated successfully, but these errors were encountered: