Skip to content

Commit

Permalink
try fix #826
Browse files Browse the repository at this point in the history
  • Loading branch information
akliuxingyuan committed Nov 6, 2024
1 parent 366ff3b commit 3aed626
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ class BrowserFragment : BaseBrowserFragment(), UserInteractionHandler {
contentDescription = context.getString(R.string.browser_menu_read),
contentDescriptionSelected = context.getString(R.string.browser_menu_read_close),
visible = {
requireContext().settings().shouldShowReaderModeBtn && readerModeAvailable && !reviewQualityCheckAvailable
context.settings().shouldShowReaderModeBtn && readerModeAvailable && !reviewQualityCheckAvailable
},
weight = { READER_MODE_WEIGHT },
selected = getSafeCurrentTab()?.let {
Expand Down

0 comments on commit 3aed626

Please sign in to comment.