Attach some FABs and snackbars to root CoordinatorLayout
Fixes some issues around snackbars sometimes being out of view.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package eu.kanade.tachiyomi.ui.base.controller
|
||||
|
||||
import com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton
|
||||
|
||||
interface FabController {
|
||||
|
||||
fun configureFab(fab: ExtendedFloatingActionButton) {}
|
||||
|
||||
fun cleanupFab(fab: ExtendedFloatingActionButton) {}
|
||||
}
|
||||
Reference in New Issue
Block a user