-
Notifications
You must be signed in to change notification settings - Fork 334
Conversation
This was originally added as part of Learner-9361 Fixes: LEARNER-9613
Registration In cases where a user initiates the social login process but does not complete it and subsequently proceeds with email registration, the application unexpectedly attempts to complete the initial social registration using the access token and backend type from the incomplete social registration. This fix addresses this issue. Fixes: LEARNER-9613
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## app_nav #1823 +/- ##
============================================
- Coverage 1.09% 1.09% -0.01%
Complexity 137 137
============================================
Files 536 537 +1
Lines 25862 25933 +71
Branches 3296 3310 +14
============================================
Hits 284 284
- Misses 25551 25622 +71
Partials 27 27
☔ View full report in Codecov by Sentry. |
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.
Everything is working fine as mentioned, only minor code improvements need to be implemented.
Some other cases are:
1- Tapping behavior on CourseDashboard's Section and subsection can be improved.
OpenEdXMobile/src/main/java/org/edx/mobile/view/CourseTabsDashboardFragment.kt
Outdated
Show resolved
Hide resolved
OpenEdXMobile/src/main/java/org/edx/mobile/view/adapters/CourseHomeAdapter.kt
Outdated
Show resolved
Hide resolved
Fixes: LEARNER-9613
Fixes: LEARNER-9613
Fixes: LEARNER-9613
aca3f60
to
4c388f2
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.
Some minor nits need to be fixed
OpenEdXMobile/src/main/java/org/edx/mobile/view/CourseTabsDashboardFragment.kt
Outdated
Show resolved
Hide resolved
OpenEdXMobile/src/main/java/org/edx/mobile/view/adapters/CourseHomeAdapter.kt
Outdated
Show resolved
Hide resolved
OpenEdXMobile/src/main/java/org/edx/mobile/view/adapters/CourseHomeAdapter.kt
Outdated
Show resolved
Hide resolved
OpenEdXMobile/src/main/java/org/edx/mobile/view/adapters/CourseHomeAdapter.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.
LGTM 👍
Fixes: LEARNER-9613
Fixes: LEARNER-9613
Fixes: LEARNER-9613
Fixes: LEARNER-9613
d3812fd
to
ea48dd9
Compare
Description
LEARNER-9613