fix: sync icon is missing

This commit is contained in:
Tienson Qin
2022-11-21 13:18:18 +08:00
parent 98c8ad304c
commit 3312bfc3b6
6 changed files with 62 additions and 54 deletions

View File

@@ -242,7 +242,7 @@
(reset! *swipe nil))))))
(defn on-touch-cancel
[_event *show-left-menu? *show-right-menu?]
[*show-left-menu? *show-right-menu?]
(reset! *show-left-menu? false)
(reset! *show-right-menu? false)
(reset! *swipe nil))