BoomMenu
BoomMenu copied to clipboard
Ham button didn't hide on back pressed
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.