BoomMenu icon indicating copy to clipboard operation
BoomMenu copied to clipboard

Ham button didn't hide on back pressed

Open ejdrian313 opened this issue 6 years ago • 0 comments

Hi, vh.btnActionTask.onBoomListener = object : OnBoomListener { override fun onClicked(index: Int, boomButton: BoomButton?) { when (index) { //... 2 -> { vh.btnStatusActionTask.boomImmediately() } } } override fun onBoomDidShow() {} override fun onBackgroundClick() {} override fun onBoomDidHide() {} override fun onBoomWillHide() {} override fun onBoomWillShow() {} } I'm launching HamButton from TextOutsideCircleButton. When im click back on textOutside its normally hide. But my hamButton didnt get focus? and i move from one fragment to another. I didnt set setBackPressListened to false. Trying to set it to true but it still not work.

ejdrian313 avatar Dec 20 '18 12:12 ejdrian313