[ios] Change how authorization check after editing is handled

Signed-off-by: Yannik Bloscheck <git@yannikbloscheck.com>
This commit is contained in:
Yannik Bloscheck
2025-07-31 10:10:31 +02:00
parent 0b8bd42cb0
commit 327d302aae
3 changed files with 14 additions and 16 deletions

View File

@@ -123,13 +123,6 @@ import OSMEditor
}
/// Request reauthorization of the OpenStreetMap profile
/// - Parameter shouldReauthorize: If the profile should be reauthorized
@objc static func requestReauthorization(shouldReauthorize: Bool = true) {
UserDefaults.standard.set(shouldReauthorize, forKey: userDefaultsNeedsReauthorization)
}
/// Reload the OpenStreetMap profile data
/// - Returns: Optional profile data
static private func reloadUserPreferences() async -> osm.UserPreferences? {