-
Notifications
You must be signed in to change notification settings - Fork 521
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 #590: Full UI Switch Profile Option #651
Fix #590: Full UI Switch Profile Option #651
Conversation
Sync forked repository
* done ui corrections * fixed issues. * Update pin_password_activity.xml * updated color * updated icon * updated pinview shadow * updated icon color * changed shadow * updated mock color * fix * Update pin_password_activity.xml * updated nit change. * Update pin_password_activity.xml * removed fixed width * fixed dimen file changes * Update dimens.xml
…BindableAdapter usage. (oppia#641) * working on topic practice. * reverted * updated implementation * Update ContinuePlayingFragmentPresenter.kt * Update ContinuePlayingFragmentPresenter.kt * Update ContinuePlayingItemViewModel.kt * Delete OngoingListAdapter.kt * nit change * Update ContinuePlayViewModel.kt * fixed nit
@rt4914 I think this pull request also contains commits that were made when I updated my develop branch. How can I avoid these commits from being a part of my pull request? |
Actually your branch is 4 commits behind oppia-develop. Because of which you are getting this unnecessary code and also your test cases are failing. I suggest you merge your branch with latest oppia-develop code. It should fix the issue if done correctly.
|
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.
Great. This looks really clean. I have just requested some few changes. PTAL
app/src/main/java/org/oppia/app/drawer/NavigationDrawerFragmentPresenter.kt
Show resolved
Hide resolved
app/src/sharedTest/java/org/oppia/app/testing/NavigationDrawerTestActivityTest.kt
Outdated
Show resolved
Hide resolved
app/src/sharedTest/java/org/oppia/app/testing/NavigationDrawerTestActivityTest.kt
Outdated
Show resolved
Hide resolved
@rt4914 I have made the required changes |
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, Thanks.
@PrarabdhGarg before merging this PR, update your PR title to
|
@rt4914 Done |
Actually you missed out |
Explanation
Fixes #590
This pull requests adds the switch profile option in the navigation drawer, along with the UI tests associated with it
Checklist