Skip to content

Conversation

@szymon-onewelcome
Copy link
Contributor

No description provided.

var profiles = [UserProfile]() {
didSet {
reloadProfiles()
profilesTableView?.reloadData()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would keep the previous function's invocation here

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about now?


private var authenticators = [Authenticator]() {
didSet {
reloadAuthenticators()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would keep the previous function's invocation here

@szymon-onewelcome szymon-onewelcome merged commit 6f8158b into develop Jan 31, 2024
@szymon-onewelcome szymon-onewelcome deleted the EXAMPLEIOS-95 branch January 31, 2024 08:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants