Fix sheet opening on open in browser

This commit is contained in:
Syer10
2023-02-12 18:09:01 -05:00
parent c70be391b4
commit 77ea77fa5d

View File

@@ -421,9 +421,6 @@ fun ThinReaderMenu(
uriHandler.openUri(
chapter.chapter.realUrl ?: return@ActionItem
)
scope.launch {
sheetState.show()
}
}
)
} else {