79181861

Date: 2024-11-12 16:03:59
Score: 1.5
Natty:
Report link

try to add initializer in remember section as well:

var name by remember(inventoryItem.name ?: "") { mutableStateOf(inventoryItem.name ?: "") }

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Masha Gur