Conversation
…e-to-develop Merge 15.6 code freeze to develop
|
You can trigger optional UI/connected tests for these changes by visiting CircleCI here. |
|
You can test the changes on this Pull Request by downloading the APK here. |
|
Looks good @renanferrari 👍
Yeah let's update them all to be consistent. Also I just realized this is quite a serious issue - it's going to cause a crash on startup for siteless WordPress.com users. The issue is in 15.6, which just went to the beta channel - I believe we need to change this PR to target |
|
Thanks for taking care of it @renanferrari and reviewing it @aforcier! @aforcier Yes, if it's a serious issue, it'd be better to target |
|
This may actually be worth a fix on its own, I'll see if anything else is being worked on and potentially release the new beta early. |
|
Thanks for bringing up a fix for this @renanferrari ! 🙇 Just checked this PR as the issue has been reported once more elsewhere 👍
Just wanted to add to this, |
…to comply with previous behavior
Make SiteModel params nullable on WPMainActivity VM event handler methods
|
I have merged the changes from #12794 and updated the base branch to |
Fixes connected tests that were failing for
loginWithMagicLinkdue to non-null parameter being null.I believe this was introduced by this change from this PR.
This PR simply updates
onResume(site: SiteModel)toonResume(site: SiteModel?)as it seems to have fixed the issue, but I wonder if we shouldn't do the same for the other functions in that class that also receive aSiteModel? (cc @aforcier as I don't have much context on this right now)To test:
Run the connected tests from the
LoginTestssuite and make sure they all pass.PR submission checklist:
RELEASE-NOTES.txtif necessary.