deltachat / deltachat-ios

Email-based instant messaging for iOS.
GNU General Public License v3.0
316 stars 50 forks source link

add profile on tap/scan QR code unconditionally #2196

Closed r10s closed 4 months ago

r10s commented 4 months ago

when tap/scan QR code after hitting "Add Profile", things are fine, a new profile was added explictly.

however, when tap/scan QR code when a profile is just opened normally (in chatlist or chat), we need to add an account and not use the existing one.

(we cannot just always create an account when entering the viewController as we want things as name and avatar being persisted when switching shortly to the browser to select another chatmail server)

counterpart of https://github.com/deltachat/deltachat-android/pull/3112