From 28a4dc4c78bb99cf515f63f4dcce3ee5d4fb1cf3 Mon Sep 17 00:00:00 2001 From: John Lewin Date: Sat, 3 Nov 2018 20:00:51 -0700 Subject: [PATCH] Update Android --- .../SetupWizard/SetupWizardTroubleshooting.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/MatterControlLib/SetupWizard/SetupWizardTroubleshooting.cs b/MatterControlLib/SetupWizard/SetupWizardTroubleshooting.cs index 351ff5a06..6e919f3d1 100644 --- a/MatterControlLib/SetupWizard/SetupWizardTroubleshooting.cs +++ b/MatterControlLib/SetupWizard/SetupWizardTroubleshooting.cs @@ -135,9 +135,9 @@ namespace MatterHackers.MatterControl usbStatus.HasUsbPermission = usbStatus.IsDriverLoadable && FrostedSerialPort.HasPermissionToDevice(serialPort); - ContentRow.AddChild(printerNameLabel); + contentRow.AddChild(printerNameLabel); - ContentRow.AddChild(new CriteriaRow( + contentRow.AddChild(new CriteriaRow( "USB Connection", "Retry", "No USB device found. Check and reseat cables and try again", @@ -145,7 +145,7 @@ namespace MatterHackers.MatterControl () => UiThread.RunOnIdle(RefreshStatus), theme)); - ContentRow.AddChild(new CriteriaRow( + contentRow.AddChild(new CriteriaRow( "USB Driver", "Fix", usbStatus.Summary, @@ -160,7 +160,7 @@ namespace MatterHackers.MatterControl }, theme)); - ContentRow.AddChild(new CriteriaRow( + contentRow.AddChild(new CriteriaRow( "USB Permission", "Request Permission", "Click the 'Request Permission' button to gain Android access rights",