🚨 (wake lock)

This commit is contained in:
2020-07-14 12:07:04 +02:00
parent c5a047dce6
commit 4baa563efd

View File

@@ -29,6 +29,7 @@ export const useWakeLock = () => {
console.error(`${err.name}, ${err.message}`)
}
}
const releaseWakeLock = () => {
wakeLock?.release()
}