mirror of
https://github.com/whyorean/AuroraStore.git
synced 2026-08-01 01:39:12 -04:00
The Error composable was replaced by Placeholder and TopAppBar lost its onNavigateUp parameter, but ErrorTest and TopAppBarTest were not updated, so the androidTest sources no longer compiled. Rewrite ErrorTest as PlaceholderTest against the new API (the action button is now omitted entirely without a handler instead of rendered disabled) and use showNavigationIcon in TopAppBarTest. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>