This repository has been archived by the owner on Nov 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 473
Replace clearColorFilter with setColorFilter for security icon #11545
Comments
ionutbedregeanu
pushed a commit
to ionutbedregeanu/android-components
that referenced
this issue
Jan 14, 2022
…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
ionutbedregeanu
pushed a commit
to ionutbedregeanu/android-components
that referenced
this issue
Jan 14, 2022
…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
4 tasks
ionutbedregeanu
changed the title
Clear color filter doesn't work on Api 21, 22
Replace clearColorFilter with setColorFilter for security icon
Jan 14, 2022
ionutbedregeanu
pushed a commit
to ionutbedregeanu/android-components
that referenced
this issue
Jan 19, 2022
…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 when the API version is lower than 23
ionutbedregeanu
pushed a commit
to ionutbedregeanu/android-components
that referenced
this issue
Jan 19, 2022
…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 when the API version is lower than 23
ionutbedregeanu
pushed a commit
to ionutbedregeanu/android-components
that referenced
this issue
Jan 20, 2022
…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 when the API version is lower than 23
mergify bot
pushed a commit
that referenced
this issue
Jan 21, 2022
…y 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 when the API version is lower than 23
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Trying to fix mozilla-mobile/focus-android#6022 I noticed that clearColorFilter method doesn't work properly in Api 21, 22 and the default color filter is kept
Even if I invalidate the view after clearColorFilter the filter is not removed, so to fix the bug we need to use setColorFilter(Color.Transparent)
┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: