-
Notifications
You must be signed in to change notification settings - Fork 100
Fix error and pending states when editing a message #840
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix error and pending states when editing a message #840
Conversation
guard isDeleted == false else { | ||
return false | ||
} | ||
|
||
if isBounced { | ||
return true | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have this duplicated from UIKit, so I copied the most recent version. The weird thing, is that we were not using this property at all. It most likely could be moved to the LLC in the future.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, looks like an oversight. Would be nice to do so indeed.
SDK Size
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✅ QAd the changes and did not experience any issues.
🔗 Issue Links
https://linear.app/stream/issue/IOS-846/homebase-error-indicator-not-shown-when-editing-message-fails
🎯 Goal
🧪 Manual Testing Notes
☑️ Contributor Checklist
docs-content
repo