mirror of
https://gitlab.com/eql/lqml.git
synced 2026-04-27 15:21:26 -07:00
fix permissions in example 'wear-os'
This commit is contained in:
parent
c6cca3b959
commit
d022e9cd85
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
(defun run ()
|
||||
(qt:ini)
|
||||
#+android
|
||||
(when t (ensure-permissions :body-sensors)
|
||||
(when (ensure-permissions :body-sensors)
|
||||
(qt:ini-sensors qt:*cpp*))
|
||||
(update-heart-rate))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue