Version bumps

This commit is contained in:
2025-09-28 23:33:05 -06:00
parent f7f1fba9aa
commit 56c501cef6
7 changed files with 15 additions and 13 deletions

View File

@@ -104,7 +104,7 @@ struct ContentView: View {
try? await Task.sleep(nanoseconds: 300_000_000) // 0.3 seconds
await dataManager.onAppBecomeActive()
// Trigger auto-sync when app becomes active
dataManager.syncService.triggerAutoSync(dataManager: dataManager)
await dataManager.syncService.triggerAutoSync(dataManager: dataManager)
}
}

View File

@@ -329,7 +329,7 @@ class SyncService: ObservableObject {
// Save image with consistent filename
let imageManager = ImageManager.shared
let localPath = try imageManager.saveImportedImage(
_ = try imageManager.saveImportedImage(
imageData, filename: consistentFilename)
// Map server filename to consistent local filename