mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-11-03 23:58:55 +01:00 
			
		
		
		
	Init notifyLockSecurity when idle
Increase idle-until-urgent delay
This commit is contained in:
		@@ -95,7 +95,7 @@ class MainActivity : BaseActivity() {
 | 
			
		||||
                    firstPaint = true
 | 
			
		||||
                    iuuQueue.forEach { it() }
 | 
			
		||||
                }
 | 
			
		||||
            }, 500)
 | 
			
		||||
            }, 1000)
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
@@ -202,7 +202,9 @@ class MainActivity : BaseActivity() {
 | 
			
		||||
                doLock()
 | 
			
		||||
 | 
			
		||||
                //Check lock security
 | 
			
		||||
                notifyLockSecurity(this)
 | 
			
		||||
                initWhenIdle {
 | 
			
		||||
                    notifyLockSecurity(this)
 | 
			
		||||
                }
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
        // <-- EH
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user