Add an onboarding card for updates

This commit is contained in:
Torsten Grote
2026-04-14 14:24:36 -03:00
parent 9741fe98a8
commit 28668ea80c
15 changed files with 142 additions and 64 deletions

View File

@@ -30,6 +30,7 @@ class MyAppsScreenshotTest(localeName: String) : LocalizedScreenshotTest(localeN
appUpdates = getUpdates(localeList),
installingApps = emptyList(),
installedApps = getInstalledApps(localeList),
showUpdatesHint = false,
showAppIssueHint = false,
networkState = NetworkState(isOnline = true, isMetered = false),
)