mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-21 15:05:19 +00:00
Add @JvmOverloads
This commit is contained in:
parent
4992123baf
commit
72d77a9caf
@ -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()
|
||||
) {
|
||||
|
Loading…
Reference in New Issue
Block a user