-
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
Partially fixed #16: Introduced fragment components for profile editing in settings #255
Conversation
Hi @jamesxu0. Deferring this review for now until my comment in your document is resolved about whether these should actually be fragments vs. activities. Please assign back to me once that's finalized & this PR is up-to-date (if changes are needed). |
@BenHenning PTAL. Changed ProfileRenameFragment and ProfileResetPinFragment to ProfileRenameActivity and ProfileResetPinActivity. |
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.
Explanation
Partially fixing #16: Introduced fragment components for profile editing in settings. Introduces ProfileListFragment, ProfileEditFragment, AdminAuthFragment, and AddProfileFragment.
Checklist