Skip to content
This repository was archived by the owner on Jun 7, 2020. It is now read-only.

Conversation

@filipealva
Copy link
Contributor

@RocketChat/ios

@filipealva filipealva added this to the 3.2.0 milestone Nov 9, 2018
indexPath.section < dataNormalized.count,
indexPath.row < dataNormalized[indexPath.section].elements.count
indexPath.section < dataSorted.count,
indexPath.row < dataSorted[indexPath.section].viewModels().count
Copy link
Contributor

Choose a reason for hiding this comment

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

Let's request viewModels() just once and save it to get the right reference later?

Copy link
Contributor Author

@filipealva filipealva Nov 9, 2018

Choose a reason for hiding this comment

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

@rafaelks done 👍

@codecov
Copy link

codecov bot commented Nov 9, 2018

Codecov Report

Merging #2299 into develop will decrease coverage by <.01%.
The diff coverage is 0%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #2299      +/-   ##
===========================================
- Coverage    26.02%   26.01%   -0.01%     
===========================================
  Files          433      433              
  Lines        15849    15850       +1     
===========================================
  Hits          4124     4124              
- Misses       11725    11726       +1
Impacted Files Coverage Δ
...cket.Chat/Controllers/Chat/MessagesViewModel.swift 29.36% <0%> (-0.24%) ⬇️

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 834237e...0f33ce6. Read the comment docs.

@rafaelks rafaelks merged commit e36fedd into develop Nov 9, 2018
@rafaelks rafaelks deleted the fix/messed-up-sizing branch November 9, 2018 20:50
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants