forked from mozilla-mobile/android-components
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
For mozilla-mobile#11545 - Replace clearColorFilter with setColorFilt…
…er for security icon Clear color filter doesn't work on Api 21, 22 Even if we invalidate the view after clearColorFilter the filter is not removed, so to fix the bug we need to use setColorFilter with color Color.Transparent
- Loading branch information
Ionut Cristian Bedregeanu
committed
Jan 14, 2022
1 parent
84a50a6
commit d42bd3a
Showing
3 changed files
with
4 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters