This commit is contained in:
kunfei
2022-04-17 01:02:12 +08:00
parent 2bbd8da540
commit 21e2eec866
@@ -963,8 +963,8 @@ class ReadBookActivity : BaseReadBookActivity(),
override fun onImageLongPress(x: Float, y: Float, src: String) {
imagePopupAction.setItems(
listOf(
SelectItem("查看", "show"),
SelectItem("刷新", "refresh")
SelectItem(getString(R.string.show), "show"),
SelectItem(getString(R.string.refresh), "refresh")
)
)
imagePopupAction.onActionClick = {