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

[Android] Add null check to prevent crashes when long clicking a text entry in ListView header/footer #271

Merged
merged 1 commit into from
Aug 2, 2016

Commits on Jul 27, 2016

  1. [Android] Add null check to prevent crashes when long clicking a text…

    … entry in ListView header/footer
    
    When a text entry control (Entry, Editor, SearchBar, etc.) was being used in the header or
    footer of a ListView on Android, a long click/press would cause a crash. This was occurring
    in the HandleContextMode method because it expected to be a cell. Adding a null check and
    breaking out of the method if the value from GetCellForPosition is null prevents this crash
    from occurring.
    Paul DiPietro committed Jul 27, 2016
    Configuration menu
    Copy the full SHA
    dfd22f7 View commit details
    Browse the repository at this point in the history