Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 13d96548 authored by Alan Viverette's avatar Alan Viverette
Browse files

Fix build

Change-Id: I20f3ae19bd6d7cdc6dd6b9e947bdfea38893a167
parent 4b0a7ab6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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