fix: network call on wrong thread
Description
Fixed network call was done in wrong Dispatchers. Now correct Dispacthers is added. And This MR also adds username in the intent for sending the broadcast to ParentalControl
Screenshots
Technical details
Tests
Issues
10 commandments of code reviews
Summary by CodeRabbit
-
New Features
- Enhanced content rating retrieval now fetches English content ratings using the PlayStore repository.
-
Bug Fixes
- Corrected an issue where the login type was not correctly passed by ensuring
user.name
is used instead ofuser
.
- Corrected an issue where the login type was not correctly passed by ensuring
Edited by CodeRabbitAI