Files
AuroraStore/app
MiMoHo c6753a5ebd Fix instrumented test compilation after composable refactor
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>
2026-07-06 02:43:18 +02:00
..