Commit 27167b2a authored by wanglei's avatar wanglei

...

parent 01f24409
......@@ -76,7 +76,7 @@ class MyApplication : Application() {
private var lastTimePause = 0L
private var lastTimeResume = 0L
private fun isHotLaunch(): Boolean {
if ((lastTimeResume - lastTimePause) > 1000) {
if ((lastTimeResume - lastTimePause) > 2000) {
return true
}
return false
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment