Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

[iOS] Fixed NRE removing cells on ListView #13012

Merged
merged 6 commits into from
Dec 18, 2020
Merged

[iOS] Fixed NRE removing cells on ListView #13012

merged 6 commits into from
Dec 18, 2020

Conversation

jsuarezruiz
Copy link
Contributor

Description of Change

Fixed NRE removing cells on ListView on iOS.

Issues Resolved

API Changes

None

Platforms Affected

  • iOS

Behavioral/Visual Changes

None

Before/After Screenshots

fix11381

Testing Procedure

Launch Core Gallery and navigate to the issue 11381. Tap on image with red background to remove a cell. Repeat for all cells. Without crash, the test has passed.

PR Checklist

  • Targets the correct branch
  • Tests are passing (or failures are unrelated)

@jsuarezruiz jsuarezruiz added t/bug 🐛 p/iOS 🍎 a/listview Problems with the ListView/TableView labels Dec 1, 2020
@rmarinho
Copy link
Member

rmarinho commented Dec 2, 2020

Hey can we add a UITest?

@samhouts samhouts added the i/high Completely doesn't work, crashes, or is unusably slow, has no obvious workaround; occurs less often label Dec 10, 2020
@jsuarezruiz
Copy link
Contributor Author

Added UITest:
Captura de pantalla 2020-12-10 a las 16 30 09

@rmarinho rmarinho requested a review from hartez December 11, 2020 10:40
@rmarinho
Copy link
Member

Test is failing on UWP, can you take a look @jsuarezruiz ?

@rmarinho rmarinho merged commit bb52e4a into 5.0.0 Dec 18, 2020
@rmarinho rmarinho deleted the fix-11381 branch December 18, 2020 11:10
@samhouts samhouts added this to the 5.0.0 milestone Jan 5, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
a/listview Problems with the ListView/TableView i/high Completely doesn't work, crashes, or is unusably slow, has no obvious workaround; occurs less often p/iOS 🍎 t/bug 🐛
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] [iOS] NRE on grouped ListView when removing cells with gesture recognizers
3 participants