Skip to content

Commit

Permalink
fix after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon-Laux committed Apr 30, 2024
1 parent 325d9d5 commit 58fac03
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export default function InstantOnboardingScreen({
// If the user scanned a QR code to join a contact or group, then
// we redirect to the created chat after instant onboarding
if (chatId !== null) {
selectChat(chatId)
selectChat(selectedAccountId, chatId)
}
} catch (error: any) {
await openAlertDialog({
Expand Down

0 comments on commit 58fac03

Please sign in to comment.