Skip to content

Feature/message list view - #15

Merged
tschellenbach merged 15 commits into
masterfrom
feature/messageListView
Aug 20, 2019
Merged

Feature/message list view#15
tschellenbach merged 15 commits into
masterfrom
feature/messageListView

Conversation

@adrian09h

Copy link
Copy Markdown
Contributor

Submit a pull request

CLA

  • I have signed the Stream CLA (required).
  • The code changes follow best practices
  • Code changes are tested (add some information if not applicable)

Description of the pull request

fix ui issues
rounded corner by lib
wip message list

messageListItemList = newEntities;
result.dispatchUpdatesTo(this);
}

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

isn't it better to first dispatchUpdates and after that swap the variable?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Yep, that is the normal, but not important.

</data>

<androidx.constraintlayout.widget.ConstraintLayout
<RelativeLayout

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

it's recommended to always use constraint layout these days right?

private ViewChannelHeaderBinding initBinding(Context context) {
LayoutInflater inflater = LayoutInflater.from(context);
binding = ToolbarChannelHeaderBinding.inflate(inflater, this, true);
binding = ViewChannelHeaderBinding.inflate(inflater, this, true);

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

good rename

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

:)

@tschellenbach
tschellenbach merged commit e24e742 into master Aug 20, 2019
@github-pages
github-pages Bot temporarily deployed to github-pages August 20, 2019 20:51 Inactive
JcMinarro pushed a commit that referenced this pull request Oct 20, 2020
JcMinarro pushed a commit that referenced this pull request Oct 20, 2020
…vent_handling

Fix NotificationAddedToChannelEvent event handling
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants