NTP-35192 | Vedant Aggarwal | Profile QR delay fix (#14893)

This commit is contained in:
vedant aggarwal
2025-02-07 15:40:37 +05:30
committed by GitHub
parent 4b50d5da08
commit 3bba08c276

View File

@@ -114,6 +114,11 @@ constructor(
if (sdkInitialized) {
return@launch
}
launch {
// Added to reduce linkedAccount fetch delay on Profile Screen. Can be removed
// after shifting to Non-encrypted DB
linkedAccountsUseCase.get().execute()
}
val naviPayAccessEligibility =
NaviPayCommonUtils.getNaviPayAccessEligibility(context)