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

Commit 934d8d85 authored by Alan Viverette's avatar Alan Viverette Committed by android-build-merger
Browse files

am daec5943: Fix build

automerge: aaf2e190

* commit 'aaf2e190':
  Fix build
parents 7d0aed2d aaf2e190
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);
    }
}