removed test code for username reactivitiy

This commit is contained in:
Patrick Hellebrand
2021-09-23 14:04:39 +02:00
parent 61e0d5699e
commit e5cbd58829
2 changed files with 4 additions and 0 deletions

View File

@@ -81,6 +81,7 @@ namespace PolyChat
public async void OnOpenNewChatDialog(object sender = null, RoutedEventArgs e = null)
{
/*
OnIncomingMessage(
"1.1.1.1",
new JObject(
@@ -89,6 +90,7 @@ namespace PolyChat
).ToString(),
DateTime.Now
);
*/
NewChatDialog dialog = new NewChatDialog();
var result = await SafelyOpenDialog(dialog);
if (result == ContentDialogResult.Primary)