mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:03:30 +02:00
Disable auto-unlocking until it actually works properly.
This commit is contained in:
@@ -100,13 +100,11 @@ module.exports = syrup.serial()
|
||||
plugin.on('join', function() {
|
||||
service.wake()
|
||||
service.acquireWakeLock()
|
||||
service.unlock()
|
||||
})
|
||||
|
||||
plugin.on('leave', function() {
|
||||
service.pressKey('home')
|
||||
service.releaseWakeLock()
|
||||
service.lock()
|
||||
})
|
||||
|
||||
router
|
||||
|
||||
Reference in New Issue
Block a user