Skip to content
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

[CIS-932] Fix composer overlapping last message #1210

Merged
merged 1 commit into from
Jun 23, 2021
Merged

Conversation

b-onc
Copy link
Contributor

@b-onc b-onc commented Jun 22, 2021

This happened for channels with typing events disabled

@b-onc b-onc added the 🎨 SDK: StreamChatUI Tasks related to the StreamChatUI SDK label Jun 22, 2021
@@ -482,6 +482,8 @@ open class _ChatMessageListVC<ExtraData: ExtraDataTypes>:
_ channelController: _ChatChannelController<ExtraData>,
didChangeTypingMembers typingMembers: Set<_ChatChannelMember<ExtraData.User>>
) {
guard channelController.areTypingEventsEnabled else { return }
Copy link
Contributor

Choose a reason for hiding this comment

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

🤯

Copy link
Contributor

@DominikBucher12 DominikBucher12 left a comment

Choose a reason for hiding this comment

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

Awesome work 🎉

@b-onc b-onc force-pushed the cis-932-composer-overlap branch from 04d9b86 to 4507e1f Compare June 23, 2021 08:20
@codecov-commenter
Copy link

codecov-commenter commented Jun 23, 2021

Codecov Report

Merging #1210 (4507e1f) into main (2f2eb37) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1210   +/-   ##
=======================================
  Coverage   91.25%   91.25%           
=======================================
  Files         217      217           
  Lines        9277     9277           
=======================================
  Hits         8466     8466           
  Misses        811      811           
Flag Coverage Δ
llc-tests 91.25% <ø> (ø)
llc-tests-ios12 91.25% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2f2eb37...4507e1f. Read the comment docs.

Copy link
Member

@nuno-vieira nuno-vieira left a comment

Choose a reason for hiding this comment

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

LGTM! Nice Catch ✅

@b-onc b-onc force-pushed the cis-932-composer-overlap branch from 4507e1f to da6a8d8 Compare June 23, 2021 09:33
@b-onc b-onc merged commit a06de5c into main Jun 23, 2021
@b-onc b-onc deleted the cis-932-composer-overlap branch June 23, 2021 09:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🎨 SDK: StreamChatUI Tasks related to the StreamChatUI SDK
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants