supports FAB in link handler
This commit is contained in:
parent
978af2abb4
commit
8c6495e26e
|
@ -144,6 +144,10 @@ class LinkHandlerActivity : BaseActivity(), SystemWindowsInsetsCallback, IContro
|
||||||
setSupportActionBar(toolbar)
|
setSupportActionBar(toolbar)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
actionsButton?.setOnClickListener {
|
||||||
|
val f = currentVisibleFragment as? IFloatingActionButtonFragment
|
||||||
|
f?.onActionClick("link_handler")
|
||||||
|
}
|
||||||
contentFragmentId = R.id.contentFragment
|
contentFragmentId = R.id.contentFragment
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue