Cache images for 3 days

This commit is contained in:
M66B
2018-08-26 07:08:00 +00:00
parent b9ceb5bfa5
commit ee276d054e

View File

@@ -133,7 +133,7 @@ public class FragmentMessage extends FragmentEx {
private boolean debug;
private DateFormat df = SimpleDateFormat.getDateTimeInstance(DateFormat.SHORT, DateFormat.SHORT);
private static final long CACHE_IMAGE_DURATION = 24 * 3600 * 1000L;
private static final long CACHE_IMAGE_DURATION = 3 * 24 * 3600 * 1000L;
@Override
public void onCreate(Bundle savedInstanceState) {