Add @JvmOverloads

This commit is contained in:
bemusementpark 2024-07-31 17:40:47 +09:30
parent 4992123baf
commit 72d77a9caf

View File

@ -46,6 +46,7 @@ class VersionDataFetcher @Inject constructor(
* This method will fetch immediately if 4 hours or more has elapsed since the last successful
* check.
*/
@JvmOverloads
fun startTimedVersionCheck(
delayMillis: Long = REFRESH_TIME_MS + prefs.getLastVersionCheck() - System.currentTimeMillis()
) {