Skip to content

fragment issue #11

@shoesboy

Description

@shoesboy

hello aghajari

I have a question
I'm using five "fragments" for one "activity" in my app.
One "fragment" is again using two "fragments". This "fragment" has two "fragments" doing "show/hide", not "attach" depending on the button.

In issue #4

return supportFragmentManager.findFragmentById(R.id.container)?.view?.let {
             ZoomHelper.getInstance().dispatchTouchEvent(ev!!, it)
           }!! || super.dispatchTouchEvent(ev)

You advised this code, it works very well when "fragment" is attached or detached
However, after attaching another fragment from the existing "fragment", if you detach the fragment and show "fragment", the displayed "fragment" does not zoom.

What should I do in this case?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions