Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
Account Tab Decimal Formatting Added(Attempt 1 to fix lint issue)
Browse files Browse the repository at this point in the history
  • Loading branch information
shamim-emon committed Oct 6, 2024
1 parent 8c9613d commit cdf0858
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ fun AmountCurrencyB1Row(
}
}

@SuppressLint("ComposeContentEmitterReturningValues")
@SuppressLint("ComposeContentEmitterReturningValues","CoroutineCreationDuringComposition")
@Composable
fun AmountCurrencyB1(
amount: Double,
Expand Down

0 comments on commit cdf0858

Please sign in to comment.