Ivy-Apps/ivy-wallet

[Refactor] ReportViewModel: use by delegation for mutable states

Closed this issue ยท 3 comments

Please confirm the following

What would you like to improve?

Rework val x = mutableStateOf() and x.value to x by mutableStateOf() and x.

Because...

It's more convenient to use and the code becomes simpler to read.

Description

No response

Success Criteria

  • No functional changes
  • The app works as expected

Thank you @shamim-emon for raising Issue #3527! ๐Ÿš€
What's next? Read our Contribution Guidelines ๐Ÿ“š.

Tagging @ILIYANGERMANOV for review & approval ๐Ÿ‘€

I'm on it

Thank you for your interest @shamim-emon! ๐ŸŽ‰
Issue #3527 is assigned to you. You can work on it! โœ…

If you don't want to work on it now, please un-assign yourself so other contributors can take it.

Also, make sure to read our Contribution Guidelines.