parent
4bf49211fd
commit
5cd68cf774
|
@ -103,7 +103,8 @@ class ProfileTableViewController: UITableViewController, PreferencesAdaptive {
|
|||
}
|
||||
}
|
||||
|
||||
if MastodonCache.account(for: accountID) != nil {
|
||||
if let accountID = accountID,
|
||||
MastodonCache.account(for: accountID) != nil {
|
||||
updateUIForPreferences()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue