summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamantha Houts <samantha.houts@xamarin.com>2016-11-22 10:48:50 -0800
committerSamantha Houts <samantha.houts@xamarin.com>2016-11-22 10:49:35 -0800
commit57152381377d2b09f749f46b829add58f1ab1930 (patch)
tree3e9dc7b3b3c2779c97e9603c0125cab1a3ca1e01
parent5642dd58cda563ec6328495567a5505e24e392f3 (diff)
downloadxamarin-forms-57152381377d2b09f749f46b829add58f1ab1930.tar.gz
xamarin-forms-57152381377d2b09f749f46b829add58f1ab1930.tar.bz2
xamarin-forms-57152381377d2b09f749f46b829add58f1ab1930.zip
Fix issue description
-rw-r--r--Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla46630.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla46630.cs b/Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla46630.cs
index 76e20482..90241b48 100644
--- a/Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla46630.cs
+++ b/Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla46630.cs
@@ -16,7 +16,7 @@ using NUnit.Framework;
namespace Xamarin.Forms.Controls.Issues
{
[Preserve(AllMembers = true)]
- [Issue(IssueTracker.Bugzilla, 46630, "Issue Description", PlatformAffected.Android)]
+ [Issue(IssueTracker.Bugzilla, 46630, "[Xamarin.Forms, Android] Context menu of the Editor control is not working in the ListView", PlatformAffected.Android)]
public class Bugzilla46630 : TestContentPage
{
protected override void Init()