OSDN Git Service

Fixes an issue where certain notification icons were not tinted
authorSelim Cinek <cinek@google.com>
Tue, 29 Jan 2019 21:08:23 +0000 (13:08 -0800)
committerSelim Cinek <cinek@google.com>
Tue, 29 Jan 2019 21:08:23 +0000 (13:08 -0800)
commit1280a72cbf6e96399fd0a7c6b8b02059f9a8aa34
tree19ab31db2f7d00c90bd0990ac3fcfb6ba4604e67
parent2bfd202ec50bff7e94d178a63e35b77009ea915b
Fixes an issue where certain notification icons were not tinted

A few Drawables are not handling an update to a color matrix properly
when its set as a color filter. As a result we now unset and reset the
filter when changed.

Change-Id: I905c516ba365d89bfc552f6b30cfcbc51a0965e8
Fixes: 111853077
packages/SystemUI/src/com/android/systemui/statusbar/StatusBarIconView.java