1.03 for iOS and 1.5.0 for Android
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
import Foundation
|
||||
import SwiftUI
|
||||
|
||||
@@ -522,7 +521,7 @@ class ImageManager {
|
||||
}
|
||||
}
|
||||
|
||||
private func getFullPath(from relativePath: String) -> String {
|
||||
func getFullPath(from relativePath: String) -> String {
|
||||
// If it's already a full path, check if it's legacy and needs migration
|
||||
if relativePath.hasPrefix("/") {
|
||||
// If it's pointing to legacy Documents directory, redirect to new location
|
||||
|
||||
Reference in New Issue
Block a user