mirror of
https://github.com/antebudimir/tempus.git
synced 2025-12-31 17:43:32 +00:00
Code cleanup
This commit is contained in:
parent
1ac6ab3e3c
commit
b345695fa2
1 changed files with 0 additions and 1 deletions
|
|
@ -24,7 +24,6 @@ public class CustomGlideRequest {
|
||||||
private static final String TAG = "CustomGlideRequest";
|
private static final String TAG = "CustomGlideRequest";
|
||||||
|
|
||||||
public static final int CORNER_RADIUS = Preferences.isCornerRoundingEnabled() ? Preferences.getRoundedCornerSize() : 1;
|
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;
|
public static final DiskCacheStrategy DEFAULT_DISK_CACHE_STRATEGY = DiskCacheStrategy.ALL;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue