-
Notifications
You must be signed in to change notification settings - Fork 554
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 #3922: Hi fi tablet create profile rename fragment #3947
Fix #3922: Hi fi tablet create profile rename fragment #3947
Conversation
@yash10019coder Please follow these steps whenever PR is ready for review: https://github.com/oppia/oppia-android/wiki/Guidance-on-submitting-a-PR#clarification-regarding-assignees-and-reviewers-section |
Is this ready for review @yash10019coder? |
No It isn't ready yet , I will sure do it at the end of the Oct |
Sounds good, thanks @yash10019coder! In that case, I'm going to convert this to a 'Draft' so that it's clearer that this isn't yet finished. You can convert it back to being a non-Draft once it's ready. |
Hi getting this error @rt4914 |
…a Fragment Presenter
@yash10019coder Unassigning as Veena has provided you reference to implement this PR. |
…com:yash10019coder/oppia-android into hi-fi-tablet-create-profile-rename-fragment
hi @rt4914 here's the video simplescreenrecorder-2021-11-02_22.37.29.mp4 |
Hi. FYI I've been out the last couple of weeks, so I'm working to catch up on my reviews. I might be delayed a couple of days, but I'll be reviewing this soon. Thanks for your patience! |
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.
One more change, in test cases a lot of multiple lines code can be reduced to single line. I have left 2 comments but check for them throughout the file. Thanks.
app/src/sharedTest/java/org/oppia/android/app/settings/profile/ProfileRenameFragmentTest.kt
Outdated
Show resolved
Hide resolved
app/src/sharedTest/java/org/oppia/android/app/settings/profile/ProfileRenameFragmentTest.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.
Hi @rt4914 @BenHenning made and commented all the requested changes PTAL
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.
@yash10019coder PTAL
app/src/sharedTest/java/org/oppia/android/app/settings/profile/ProfileRenameFragmentTest.kt
Outdated
Show resolved
Hide resolved
app/src/sharedTest/java/org/oppia/android/app/settings/profile/ProfileRenameFragmentTest.kt
Outdated
Show resolved
Hide resolved
app/src/sharedTest/java/org/oppia/android/app/settings/profile/ProfileRenameFragmentTest.kt
Outdated
Show resolved
Hide resolved
@yash10019coder Merge with latest develop too. |
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.
Approved for codeowners (only had 2 files to check).
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.
Explanation
Fixes #3922
Created the the fragment and its layout
Essential Checklist