Code cleanup

This commit is contained in:
antonio
2023-03-16 19:47:59 +01:00
parent 1ac6ab3e3c
commit b345695fa2

View File

@@ -24,7 +24,6 @@ public class CustomGlideRequest {
private static final String TAG = "CustomGlideRequest";
public static final int CORNER_RADIUS = Preferences.isCornerRoundingEnabled() ? Preferences.getRoundedCornerSize() : 1;
//public static final int CORNER_RADIUS = 12;
public static final DiskCacheStrategy DEFAULT_DISK_CACHE_STRATEGY = DiskCacheStrategy.ALL;