Skip to content

Something doesn't work correctly #252

Answered by MahdisYavari
MahdisYavari asked this question in Q&A
Discussion options

You must be logged in to vote

@skydoves
I found the problem . There wasn't any problem with layout file .
I used this before :
private val searchBalloon by lazy { BalloonUtils.getEditBalloon(requireContext(), this)
but I changed it like the code you wrote :
private val customProfileBalloon by balloon<BalloonUtils.ProfileBalloonFactory>()

finally I think it was because of "this" that I set it as lifecycle owner.
At the end Thanks .

Replies: 3 comments 11 replies

Comment options

You must be logged in to vote
4 replies
@MahdisYavari
Comment options

@MahdisYavari
Comment options

@MahdisYavari
Comment options

@skydoves
Comment options

Comment options

You must be logged in to vote
7 replies
@skydoves
Comment options

@MahdisYavari
Comment options

@MahdisYavari
Comment options

@skydoves
Comment options

@MahdisYavari
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by MahdisYavari
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants