Skip to content

toControl(fragment)在fragment页面无效,显示不出来 #244

Description

@jarvan11

你的Fx版本是多少
2.3.4
遇到了什么问题
在fragemnt上无法显示(toControl(fragment),Activity没问题
可复现的示例代码 或者 复现步骤
FxScopeHelper.build {
this.setLayout(R.layout_customer_float)
this.setEnableEdgeAdsorption(true)
this.setDisplayMode(FxDisplayMode.Normal)
this.setGravity(FxGravity.LEFT_OR_BOTTOM)
this.setOffsetXY(0f, -200f.dpToPx().toFloat())
this.setOnClickListener {

            }
        }.toControl(fragment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions