Skip to content
Snippets Groups Projects
Verified Commit 32784eb3 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Fix lint check

parent c71815b9
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -16,6 +16,7 @@
package de.kuschku.quasseldroid.util.ui;
import android.annotation.SuppressLint;
import android.content.Context;
import android.content.res.TypedArray;
import android.graphics.Color;
......@@ -102,6 +103,7 @@ public class ShadowView extends View {
/**
* Creates an approximated cubic gradient using a multi-stop linear gradient.
*/
@SuppressLint("RtlHardcoded")
private Drawable makeCubicGradientScrimDrawable(int baseColor, int numStops, int gravity) {
// Generate a cache key by hashing together the inputs, based on the method described in the Effective Java book
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment