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

Commit aaf2e190 authored by Alan Viverette's avatar Alan Viverette Committed by Android Git Automerger
Browse files

am daec5943: Fix build

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