-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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 #1416 - Wrap flow params into a Bundle to avoid a ClassNotFoundEx… #1453
Fix #1416 - Wrap flow params into a Bundle to avoid a ClassNotFoundEx… #1453
Conversation
Looks like you have some competition from @SUPERCILEX in #1452 I will let you two decide which of these PRs should move forward. |
Whoops, lol. 😂 @dimipaun I'd be happy to have yours go though. 👍 If you want to go that route, please target the v2.2.1 branch, remove the unused |
Ok will do! |
@SUPERCILEX @samtstern -- Both fixes are basically the same. Either way it's good -- if @SUPERCILEX is ready go with it! I think this one is also ready, pick one and don't feel bad :) |
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.
The main issue is that you need to target the dev branch, dunno how comfortable you are with rebasing.
Bundle bundle = new Bundle(); | ||
bundle.putParcelable(ExtraConstants.FLOW_PARAMS, this); | ||
return bundle; | ||
} |
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: could you move this to right below the the fromIntent
method?
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.
Of course.
Let me try to rebase, I've never done it before, but happy to try. |
@dimipaun the branch is |
…tFoundException during unmarshaling. See ArthurHub/Android-Image-Cropper#332
f5d754a
to
628717a
Compare
@samtstern I'm confused, why |
@dimipaun yeah, I believe that was a typo. If you edit the PR title, you'll see a button to change the base branch. |
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! 👏
Hah yeah wow that was a typo! |
Hi guys, has this made it into 4.2.1-SNAPSHOT so I can test it? |
@dimipaun it's a little tricky to tell but the last version I see is In general a |
…ception during unmarshaling.
See ArthurHub/Android-Image-Cropper#332
Hey there! So you want to contribute to FirebaseUI? Before you file this pull request, follow these steps:
./gradlew check
to ensure the Travis build passes.