improve(mobile): navigation for android

This commit is contained in:
charlie
2021-11-25 17:10:25 +08:00
parent 5ce32ef0e6
commit c3b4f2f0bd
2 changed files with 22 additions and 4 deletions

View File

@@ -1399,6 +1399,10 @@
[]
(toggle! :ui/settings-open?))
(defn settings-open?
[]
(:ui/settings-open? @state))
(defn close-settings!
[]
(set-state! :ui/settings-open? false))