Fix build

Change-Id: I20f3ae19bd6d7cdc6dd6b9e947bdfea38893a167
This commit is contained in:
Alan Viverette
2014-07-07 16:28:06 -07:00
parent 4b0a7ab6a5
commit 13d965485e

View File

@@ -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