NTP-35192 | Vedant Aggarwal | Profile QR delay fix (#14893)
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user