mirror of
https://github.com/oxen-io/session-android.git
synced 2025-04-04 23:15:41 +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
|
* This method will fetch immediately if 4 hours or more has elapsed since the last successful
|
||||||
* check.
|
* check.
|
||||||
*/
|
*/
|
||||||
|
@JvmOverloads
|
||||||
fun startTimedVersionCheck(
|
fun startTimedVersionCheck(
|
||||||
delayMillis: Long = REFRESH_TIME_MS + prefs.getLastVersionCheck() - System.currentTimeMillis()
|
delayMillis: Long = REFRESH_TIME_MS + prefs.getLastVersionCheck() - System.currentTimeMillis()
|
||||||
) {
|
) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user