Refactor library sheet into tabs

This commit is contained in:
arkon
2020-04-24 18:15:37 -04:00
parent fba3ed2244
commit 9f974c9401
5 changed files with 166 additions and 84 deletions
@@ -19,9 +19,6 @@ class ReaderPageSheet(
private val page: ReaderPage
) : BottomSheetDialog(activity) {
/**
* View used on this sheet.
*/
private val view = activity.layoutInflater.inflate(R.layout.reader_page_sheet, null)
init {