Skip to content

Commit

Permalink
Revert menu item change
Browse files Browse the repository at this point in the history
  • Loading branch information
TinasheMzondiwa committed Sep 15, 2024
1 parent bbe01b5 commit 01dbc46
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class SSReadPdfActivity : PdfActivity() {
) {
title = getString(titleRes)
setIcon(iconRes)
setShowAsAction(MenuItem.SHOW_AS_ACTION_IF_ROOM)
setShowAsAction(MenuItem.SHOW_AS_ACTION_ALWAYS)
icon?.tint(ContextCompat.getColor(this@SSReadPdfActivity, R.color.ss_icon_tint))
}

Expand Down

0 comments on commit 01dbc46

Please sign in to comment.