NTP-24902 | Divyesh | arc upi flow tstore uat fixes (#14766)

Co-authored-by: Shivam Goyal <shivam.goyal@navi.com>
Co-authored-by: navi-android[bot] <194247829+navi-android[bot]@users.noreply.github.com>
This commit is contained in:
Divyesh Shinde
2025-01-31 11:47:55 +05:30
committed by GitHub
parent 0c3c60be61
commit 6bf4032159
4 changed files with 7 additions and 2 deletions

View File

@@ -168,10 +168,11 @@ private fun ArcCampaignInfoSection(
text = annotatedString,
textAlign = TextAlign.Center,
fontSize = 12.sp,
lineHeight = 18.sp,
lineHeight = 20.sp,
fontFamily = naviFontFamily,
fontWeight = getFontWeight(FontWeightEnum.NAVI_BODY_REGULAR),
inlineContent = inlineContentMap,
color = NaviPayColor.textTertiary,
)
}
}

View File

@@ -106,6 +106,8 @@ fun OrderDetailsScreenContent(
delay(250L)
scrollState.animateScrollTo(scrollState.maxValue)
}
} else {
scrollState.animateScrollTo(0)
}
}

View File

@@ -1053,6 +1053,8 @@ constructor(
showArcRewardFromNudgeResponse()
_showArcBottomSheetOnWidgetClick.update { true }
}
} else {
_arcStatusWidgetProperties.update { null }
}
}

View File

@@ -237,7 +237,7 @@ const val CL_STATUS_SUCCESS = "0"
// Date time formatter
const val DATE_TIME_FORMAT_DATE_MONTH_NAME_YEAR = "dd MMM yyyy"
const val DATE_TIME_FORMAT_DATE_MONTH_NAME_YEAR_AT_TIME = "d MMM yyyy, h:mm a"
const val DATE_TIME_FORMAT_DATE_MONTH_NAME_AT_TIME = "dd MMM, hh:mm a"
const val DATE_TIME_FORMAT_DATE_MONTH_NAME_AT_TIME = "d MMM, hh:mm a"
const val DATE_TIME_FORMAT_DATE_MONTH_YEAR_WITHOUT_SEPARATOR = "ddMMyyyy"
const val DATE_TIME_FORMAT_YEAR_MONTH_DATE_WITH_SLASH_SEPARATOR = "yyyy/MM/dd"
const val DATE_TIME_FORMAT_DATE_MONTH_YEAR_WITH_SLASH_SEPARATOR = "dd/MM/yy"