From cdf0858a62165c81a84f5e957da9704043c1bcec Mon Sep 17 00:00:00 2001 From: shamim-emon Date: Sun, 6 Oct 2024 16:45:46 +0600 Subject: [PATCH] Account Tab Decimal Formatting Added(Attempt 1 to fix lint issue) --- .../com/ivy/legacy/legacy/ui/theme/wallet/AmountCurrency.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/temp/legacy-code/src/main/java/com/ivy/legacy/legacy/ui/theme/wallet/AmountCurrency.kt b/temp/legacy-code/src/main/java/com/ivy/legacy/legacy/ui/theme/wallet/AmountCurrency.kt index 751bb6e32b..0fa49170e8 100644 --- a/temp/legacy-code/src/main/java/com/ivy/legacy/legacy/ui/theme/wallet/AmountCurrency.kt +++ b/temp/legacy-code/src/main/java/com/ivy/legacy/legacy/ui/theme/wallet/AmountCurrency.kt @@ -72,7 +72,7 @@ fun AmountCurrencyB1Row( } } -@SuppressLint("ComposeContentEmitterReturningValues") +@SuppressLint("ComposeContentEmitterReturningValues","CoroutineCreationDuringComposition") @Composable fun AmountCurrencyB1( amount: Double,