Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Merge #8224
Browse files Browse the repository at this point in the history
8224: For #8223: Fix compound drawable position for RTL. r=pocmo a=mcarare



Co-authored-by: mcarare <[email protected]>
  • Loading branch information
MozLando and mcarare committed Aug 25, 2020
2 parents 2cec4ff + 2d222eb commit efa28bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class BrowserMenuImageSwitch(
}

private fun bindImage(switch: SwitchCompat) {
switch.setCompoundDrawablesWithIntrinsicBounds(
switch.setCompoundDrawablesRelativeWithIntrinsicBounds(
imageResource, 0, 0, 0)
}

Expand Down

0 comments on commit efa28bd

Please sign in to comment.