pachli-android/core/activity/src
Nik Clayton 632282d0e2
fix: Prevent crash when showing account chooser (#1117)
Chooser dialog could start before any accounts have loaded. Fix by
collecting the account flow and waiting for the first emission (convert
the flow to shared instead of state so there's no initial empty list).

Guard against the potential for a similar issue when fetching
notifications.

Order the list of accounts with active account first so that code that
skips it by ignoring the first item works correctly.
2024-11-20 19:28:29 +01:00
..
blue/kotlin/app/pachli/core/activity feat: Include extra logs in error reports from orange release builds (#414) 2024-02-04 15:17:46 +01:00
main fix: Prevent crash when showing account chooser (#1117) 2024-11-20 19:28:29 +01:00
orange feat(l10n): Added Norwegian Nynorsk translation 2024-11-15 08:54:53 +01:00
test refactor: Pass the active account ID to activities, fragments, etc (#982) 2024-10-07 15:56:37 +02:00
testOrange/kotlin feat: Include extra logs in error reports from orange release builds (#414) 2024-02-04 15:17:46 +01:00