We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62301ce commit 6c013feCopy full SHA for 6c013fe
app/src/main/java/me/teble/xposed/autodaily/hook/SplashActivityHook.kt
@@ -95,6 +95,7 @@ private lateinit var appUpdateDialog: AlertDialog
95
96
private var lastAutoResetTime = 0L
97
98
+@Synchronized
99
private fun autoResetTask(isOnCreate: Boolean) {
100
if (System.currentTimeMillis() - lastAutoResetTime < 30 * 60_000L) {
101
return
0 commit comments