mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 18:36:43 +00:00
fix(android): app crashes
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
(cond
|
||||
mobile-native?
|
||||
(map (fn [{:keys [uri content size mtime]}]
|
||||
{:file/path (util/path-normalize (string/replace uri "file://" ""))
|
||||
{:file/path (util/path-normalize uri)
|
||||
:file/last-modified-at mtime
|
||||
:file/size size
|
||||
:file/content content})
|
||||
|
||||
Reference in New Issue
Block a user