* AppDelegate.cs: Change Log Level

* QInstanceCell.cs: Update navigation

* TCPClient.cs: Minor network stuff
This commit is contained in:
2021-04-16 00:00:29 -05:00
parent 1e266e92c3
commit 9a34da8028
3 changed files with 22 additions and 16 deletions
@@ -110,7 +110,7 @@ namespace qController.Cell
void Connect(object sender, EventArgs e)
{
App.NavigationPage.Navigation.PushAsync(new ControlPage(nameLabel.Text,addressLabel.Text));
App.rootPage.Detail.Navigation.PushAsync(new ControlPage(nameLabel.Text, addressLabel.Text));
Log.Debug("QINSTANCECELL - Connect To " + nameLabel.Text + " Pressed");
}
}