-
-
Notifications
You must be signed in to change notification settings - Fork 464
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate totalSpace to IO Thread #4061
Migrate totalSpace to IO Thread #4061
Conversation
@CalebKL Ready to review? |
af58544
to
a71bc12
Compare
Yes. I have already talked to @MohitMaliFtechiz. |
@CalebKL Thanks, i will review it soon. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@CalebKL Please rebase, and resolve the conflicts, and see the review comments.
app/src/androidTest/java/org/kiwix/kiwixmobile/ObjectBoxToRoomMigratorTest.kt
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@CalebKL Please resolve the conflicts by rebasing the PR. There are some conflicts due to merge commits. |
af1a17a
to
a43ab91
Compare
a23c2bb
to
63e3513
Compare
Fixes #4038
This PR, moves
totalSpace
to the IO Thread and removes runBlocking which was blocking the main thread.Screenshots