Fix rotation shortcut tooltip
(cherry picked from commit 47c120e58c0c7e3740164cbd3570efda09e54c69)
This commit is contained in:
parent
7b9f5474bb
commit
a947fcd9b9
1 changed files with 1 additions and 1 deletions
|
|
@ -465,7 +465,7 @@ class ReaderActivity : BaseRxActivity<ReaderActivityBinding, ReaderPresenter>()
|
|||
|
||||
// Rotation
|
||||
with(binding.actionRotation) {
|
||||
setTooltip(R.string.pref_rotation_type)
|
||||
setTooltip(R.string.rotation_type)
|
||||
|
||||
setOnClickListener {
|
||||
popupMenu(
|
||||
|
|
|
|||
Loading…
Reference in a new issue