-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Remove unused code related to Avatar upload #21952
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
Conversation
Generated by 🚫 Danger |
|
App Name | ![]() |
|
Flavor | Jalapeno | |
Build Type | Debug | |
Version | pr21952-96f156f | |
Commit | 96f156f | |
Direct Download | jetpack-prototype-build-pr21952-96f156f.apk |
|
App Name | ![]() |
|
Flavor | Jalapeno | |
Build Type | Debug | |
Version | pr21952-96f156f | |
Commit | 96f156f | |
Direct Download | wordpress-prototype-build-pr21952-96f156f.apk |
82d9de0
to
bf0d778
Compare
dac5167
to
abd0e3b
Compare
@AdamGrzybkowski I'm also not sure how
To get it to work, though, I had to comment out the When the epilogue activity appeared my avatar was blank, but tapping to change it worked as expected. I'm not sure if the blank avatar is due to how I'm forcing the activity to appear or if it's a genuine issue. |
bf0d778
to
39eeb99
Compare
This commit removes the FF that controled the Quick Editor. With the flag gone we can remove more code that was there to select and upload avatars.
Thanks!
Quick Editor doesn't load the avatar, so it's unlikely to be related. I will take a look, though. EDIT: The avatar doesn't load because you have to pass the URL via one of the params in the |
abd0e3b
to
96f156f
Compare
@nbradbury The other PR updating the Gravatar SDK to 2.5.0 was merged, so I've rebased on top of |
|
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.
Changes look good, merge when ready!
Description
This PR removes the FF that controlled the Quick Editor. With the flag gon,e we can remove more code that was there to select and upload avatars.
Testing instructions
The FF was enabled for some time so technically we should be good to go, but it won't hurt to make sure it all still works as intended. Having a good look at the removed code to make sure I haven't removed to much would be great as well :D
MeFragment
SignupEpilogueFragment
This is where I would need some help. I remember having a way to enter this screen with the old magic link sign-up flow, but now with the OAuth, I'm not sure how to do it.
Based on what I was able to find, the app opens the
LoginEpilogueActivity
, not theSignupEpilogueActivity
, after I create a new account.