pull/600/head
Sawyer Blatz 6 years ago committed by Colin Lee
parent c8a8d1c140
commit 117d241a04

@ -210,7 +210,7 @@ class BrowserFragment : Fragment(), BackHandler {
)
val actionSheet = view.findViewById<QuickActionSheet>(R.id.quick_action_sheet)
actionSheet.afterInflate()
//actionSheet.afterInflate()
val actionEmitter = ActionBusFactory.get(this).getManagedEmitter(SearchAction::class.java)
sessionId?.let { id ->

@ -31,7 +31,8 @@ class QuickActionSheet @JvmOverloads constructor(
inflate(getContext(), R.layout.layout_quick_action_sheet, this)
}
fun afterInflate() {
override fun onAttachedToWindow() {
super.onAttachedToWindow()
setupHandle()
}

Loading…
Cancel
Save