Skip to content

Commit

Permalink
fix(ColorMigration): Fix folders that cannot be colored while not fet…
Browse files Browse the repository at this point in the history
…ch remotely
  • Loading branch information
FabianDevel committed Oct 3, 2024
1 parent c8f42cf commit a695c9e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ object FolderFilesProvider {

// Bump this when we want to force-refresh files that are too old.
// Example: We did it when we added Categories & Colored folders, to automatically display them when updating the app.
private const val MIN_VERSION_CODE = 4_03_002_01
private const val MIN_VERSION_CODE = 5_00_010_01

private val minDateToIgnoreCache = Calendar.getInstance().apply { add(Calendar.MONTH, -2) }.timeInMillis / 1000 // 3 month

Expand Down

0 comments on commit a695c9e

Please sign in to comment.