You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- ALWAYS follow Material3 design guidelines for UI components
174
-
- ALWAYS use `VerticalSpacer` and `HorizontalSpacer` components instead of `Spacer(modifier = Modifier.height())` or `Spacer(modifier = Modifier.width())`
175
174
- ALWAYS ensure proper error handling in coroutines
176
175
- ALWAYS acknowledge datastore async operations run synchronously in a suspend context
0 commit comments