Files
frameworks_base/packages/SettingsLib/src/com/android/settingslib/drawable
Nader Jawad 6a8727ebce Updated UserIconDrawable#shouldUpdateColorFilter to return true if
current ColorFilter was not an instance of PorterDuffColorFilter

Fixed issue where UserIcondrawable#shouldUpdateColorFilter would
mistakenly return false if the current ColorFilter was not a
PorterDuffColor filter leading to color tints to not be applied if no
ColorFilter was applied previously.

Change-Id: I463932403723b2542cb79e4d996b5ffdc4c32f98
Fixes: 77907724
Test: Re-ran atest on UserIcondrawable
2018-04-12 16:18:00 -07:00
..