supports FAB in link handler

This commit is contained in:
Mariotaku Lee 2017-02-28 10:21:55 +08:00
parent 978af2abb4
commit 8c6495e26e
No known key found for this signature in database
GPG Key ID: 15C10F89D7C33535
1 changed files with 4 additions and 0 deletions

View File

@ -144,6 +144,10 @@ class LinkHandlerActivity : BaseActivity(), SystemWindowsInsetsCallback, IContro
setSupportActionBar(toolbar)
}
}
actionsButton?.setOnClickListener {
val f = currentVisibleFragment as? IFloatingActionButtonFragment
f?.onActionClick("link_handler")
}
contentFragmentId = R.id.contentFragment
}