-
Notifications
You must be signed in to change notification settings - Fork 2
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/profile/solve editprofile bug #363
Conversation
…ile/solve-editprofile-bug
…ile/solve-editprofile-bug
…ile/solve-editprofile-bug
Quality Gate passedIssues Measures |
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 job introducing better practices in this code, it's always good to check null values and here it even fixes a bug!
app/src/main/java/com/android/periodpals/ui/components/ProfileComponents.kt
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
Solve editprofile bug
Description
This PR introduces a solution to the crash caused by the photo gallery in
EditProfile
. It closes issue #351 .Changes
Files
Modified
app/src/main/java/com/android/periodpals/ui/components/ProfileComponents.kt
app/src/main/java/com/android/periodpals/ui/profile/EditProfile.kt
app/src/main/java/com/android/periodpals/ui/profile/ProfileScreen.kt
Testing