-
Notifications
You must be signed in to change notification settings - Fork 220
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
pop fragment with transitionOption not working #83
Comments
Any update? |
Apologies. I haven't actually had a chance to look into this yet. Will try to do so in the coming days. |
I also having trouble getting the correct behavior when using tranistionOption. I am not able to get the return transition working with a shared element. Any suggestions or progress on this issue? |
its not a bug, it seems the interface containing pushFragment() & popFragment() having only pushFragment() method. after updating sample code it look like: public interface FragmentNavigation {
|
@ismaielsharif Your comment isn't relevant for the transactionOptions which is the original issue, and your provided solution is only necessary if the fragments themselves need to initiate a pop, which is rarely the case as it's often handled by the Activity and back navigation as can be seen in
This issue is for discussion a problem with transitionOptions, not general pop navigation |
I believe this issue has been corrected, but if it hasn't please comment and I'll reopen |
the issue still persists in 2.4.0 |
Yes, I have the same issue. Any workaround? |
@rayhanuddin55 I can't even get it to work on back press on the version you mentioned '2.0.1'. |
Same issue here as described by @diogojg @rayhanuddin55 or @ncapdevi Will you reopen this issue? |
Is there someone or project to fix this issue? |
+1 |
Should be fixed in 3.1.0 #187 |
I still have this issue, after updating to 3.1.0 |
Still cannot get it to work with 3.1.0. @ncapdevi Do you have a sample showing how it should be done in 3.1.0? |
Using the latest |
Yet not working for 3.3.0 |
pop fragment with transitionOption worked fine in version 2.0.1. But in the current version(2.0.2) push work with transition option but pop not.
The text was updated successfully, but these errors were encountered: