<@U6RMXCY14> Can you try this? ``` SDK.getInstance...
# android
n
@dan.the.man Can you try this?
Copy code
SDK.getInstance()?.let { sdk ->
            obj?.let {
                setupSingle = it.getLoginSingle(this, sdk.user)
                        .flatMap { _ -> it.getSwitchOrgSingle(this, sdk.organization) }
            }
        }