Files
simplex-chat/apps/multiplatform/common
Narasimha-sc c270a1531d android, desktop: extract profile selection from the picker row handler
ActiveProfilePicker performed the whole profile change - connection reassignment,
switch, alerts, close - inside the row's onSelected lambda, where nothing else can
reach it.

Lift it to selectProfile(user), called by the row. Pure move: the body is unchanged
apart from indentation, so picking a profile behaves exactly as before. It gives the
next commit a way to take the same path for a newly created profile rather than
duplicating it.
2026-08-03 16:12:10 +00:00
..