-
Notifications
You must be signed in to change notification settings - Fork 536
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 #2815 : Add label for AdminPinActivity #2922
Fix #2815 : Add label for AdminPinActivity #2922
Conversation
@starboi02 Please follow the checklist
|
app/src/sharedTest/java/org/oppia/android/app/profile/AdminPinActivityTest.kt
Outdated
Show resolved
Hide resolved
Hi @starboi02 Thanks! |
Ok @prayutsu I will just start working on another good first issue in the meantime. |
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.
@starboi02 Suggested changes.
Also, please add details in your Explanation / Description
Something like
Fixes #2815: Add label to AdminPinActivity
app/src/sharedTest/java/org/oppia/android/app/profile/AdminPinActivityTest.kt
Outdated
Show resolved
Hide resolved
app/src/sharedTest/java/org/oppia/android/app/profile/AdminPinActivityTest.kt
Outdated
Show resolved
Hide resolved
@starboi02 Please make sure that you reply to all the comments, that way the reviewer can know whether you did that particular suggestion or not. |
@rt4914 sorry for that I will keep that in mind next time. |
@rt4914 thanks. I have made this change. |
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.
@starboi02 The tests are failing because in AdminPinActivityPresenter
in line 38 the label is getting reset to Add Profiles
. Suggest removing it and re-running the tests to see if that works.
@rt4914 ok I will remove it. |
@rt4914 I have made the change suggested. |
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.
Almost LGTM, Thanks @starboi02
Just had one comment to be confirmed by @rt4914.
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.
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.
Thanks @starboi02! Just had 2 nits. PTAL.
app/src/main/java/org/oppia/android/app/profile/AdminPinActivityPresenter.kt
Show resolved
Hide resolved
app/src/sharedTest/java/org/oppia/android/app/profile/AdminPinActivityTest.kt
Outdated
Show resolved
Hide resolved
app/src/sharedTest/java/org/oppia/android/app/profile/AdminPinActivityTest.kt
Show resolved
Hide resolved
@BenHenning I have made the suggested changes, please review. |
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.
nit change
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.
Thanks @starboi02! LGTM.
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
Explanation
Fixes #2815 : Add label for AdminPinActivity
Checklist