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
{{ message }}
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.
When the mainactivity is created i open the store. it takes 5 seconds the store to be ready. if i close the app and open it again, it takes 5 seconds again the store be ready. in this 5 second till store be ready, just few KB transfers through network.
whats the problem that store takes too long to be ready?
The text was updated successfully, but these errors were encountered:
The store de-serializes all data that has been stored in files. It can take a long time to be performed.
This is one of the reason why we are entirely rewriting the APK in RiotX.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When the mainactivity is created i open the store. it takes 5 seconds the store to be ready. if i close the app and open it again, it takes 5 seconds again the store be ready. in this 5 second till store be ready, just few KB transfers through network.
whats the problem that store takes too long to be ready?
The text was updated successfully, but these errors were encountered: