-
Notifications
You must be signed in to change notification settings - Fork 31
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
Fix: Course structure in offline mode #414
Fix: Course structure in offline mode #414
Conversation
Thanks for the pull request, @PavloNetrebchuk! This repository is currently maintained by Once you've gone through the following steps feel free to tag them in a comment and let them know that your changes are ready for engineering review.
|
f790cc3
to
457f669
Compare
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.
Just strange construction with scopes: launch
in viewModelScope
, then 2 asyncs
in supervisorScope
and awaitings in Pair
I would like to suggest using flows, but it would require a deep refactor of other layers.
@k1rill I agree with you. We will return to this later |
• Fixed display of the course structure in offline mode.
• Performed minor code refactoring.