refactor(network): simplify PlatformConfig logic for URL resolution

- Streamlined `resolveApiBaseUrl` and `resolveKeycloakUrl` by introducing `globalScope` as a reusable property.
- Improved readability and maintainability by reducing redundant code and enhancing structure.
- Removed outdated comments and polished behavior for fallback mechanisms.

Signed-off-by: Stefan Mogeritsch <stefan.mo.co@gmail.com>
This commit is contained in:
2026-03-16 10:20:28 +01:00
parent b6fda98c89
commit d1fce33716
2 changed files with 8 additions and 14 deletions
@@ -25,7 +25,6 @@ class DeepLinkHandler(
return processDeepLink(parsed)
}
// TODO: Implement deep link processing logic
private fun processDeepLink(deepLink: DeepLink): Boolean {
val route = cleanRoute(deepLink.route)