Browse Source

fix: app crash after capture

Tienson Qin 1 day ago
parent
commit
29dce2bd5b
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/main/mobile/components/popup.cljs

+ 0 - 2
src/main/mobile/components/popup.cljs

@@ -38,8 +38,6 @@
 (defn- dismiss-native-sheet!
   []
   (when-let [^js plugin mobile-util/native-bottom-sheet]
-    (mobile-state/set-popup! nil)
-    (reset! *last-popup-data nil)
     (.dismiss plugin #js {})))
 
 (defn- handle-native-sheet-state!