This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using Xamarin.Forms.CustomAttributes; | |
| using Xamarin.Forms.Internals; | |
| namespace Xamarin.Forms.Controls.Issues | |
| { | |
| /// <summary> | |
| /// Tests list view that has view cells with an element (in this case a Label) that has a tap | |
| /// gesture recognizer, and the list view also has an ItemTapped handler. When the view cell | |
| /// also has a context action, the ItemTapped handler isn't called anymore. | |
| /// </summary> |