Merge branch 'dev' into emoji-reacts

This commit is contained in:
ryanzhao 2022-08-17 11:00:06 +10:00
commit c26e6f7e9e
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ public enum Preferences {
let url: URL = URL(fileURLWithPath: filename)
return Bundle.main.url(
forResource: url.deletingPathExtension().absoluteString,
forResource: url.deletingPathExtension().path,
withExtension: url.pathExtension
)
}