Fix build
Change-Id: I20f3ae19bd6d7cdc6dd6b9e947bdfea38893a167
This commit is contained in:
@@ -190,7 +190,7 @@ public class ColorDrawable extends Drawable {
|
||||
|
||||
@Override
|
||||
public boolean isStateful() {
|
||||
return mTint != null && mTint.isStateful();
|
||||
return mColorState.mTint != null && mColorState.mTint.isStateful();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user