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

Commit daec5943 authored by Alan Viverette's avatar Alan Viverette
Browse files

Fix build

Change-Id: I2efdf2790aa768eaaa6e7e0b80a9ad7b2ddf3cb9
parent 4e137437
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1796,6 +1796,6 @@ public class GradientDrawable extends Drawable {
            }
        }

        mTintFilter = updateTintFilter(mTintFilter, s.mTint, s.mTintMode);
        mTintFilter = updateTintFilter(mTintFilter, state.mTint, state.mTintMode);
    }
}