mastodon / mastodon-ios

Official iOS app for Mastodon
https://app.joinmastodon.org/ios
GNU General Public License v3.0
2.09k stars 269 forks source link

Use an existing account for the me-Screen (IOS-255) #1310

Closed zeitschlag closed 5 months ago

zeitschlag commented 5 months ago

Technically this is a workaround: Replacing the ProfileViewModel! with a real optional (or no optional at all) most probably requires a rewrite of the entire Profile-screen, including header etc. as the ProfileViewModel! is used basically everywhere.

So the workaround is to use the existing account (at least until it is updated and replaced) to not have the app crash when the user taps on their profile too quickly (without an account, which this PR fixes). For some reason, we persist the users very own profile, but never used it.