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:
-1
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user