79684490

Date: 2025-06-30 09:00:18
Score: 2
Natty:
Report link

First

You try to invoke composable (AppData()) in the regualr lambda onClick. Remove composable annotation.

Second

Do not do database operations right in the composable functions. Move it to your viewModel. Such operations should be proceeded there.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: 1mpalo