* commit 'daec594370f0e47bf07d0c9c968e3c5dfedf0bb5':
  Fix build
This commit is contained in:
Alan Viverette
2014-12-11 00:36:19 +00:00
committed by Android Git Automerger

View File

@@ -1796,6 +1796,6 @@ public class GradientDrawable extends Drawable {
} }
} }
mTintFilter = updateTintFilter(mTintFilter, s.mTint, s.mTintMode); mTintFilter = updateTintFilter(mTintFilter, state.mTint, state.mTintMode);
} }
} }