Skip to content

Commit

Permalink
fix(ios): always remove splash screen
Browse files Browse the repository at this point in the history
  • Loading branch information
andelf committed Aug 25, 2022
1 parent fee4c37 commit cfb6495
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/frontend/handler.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,9 @@

(p/let [repos (get-repos)]
(state/set-repos! repos)
(restore-and-setup! repos db-schema)
(when (mobile-util/native-platform?)
(p/do! (mobile-util/hide-splash))))
(restore-and-setup! repos db-schema))
(when (mobile-util/native-platform?)
(p/do! (mobile-util/hide-splash)))

(db/run-batch-txs!)
(file-handler/run-writes-chan!)
Expand Down

0 comments on commit cfb6495

Please sign in to comment.