tested build and deploy via apppackage, fixed typo in IP.cs
This commit is contained in:
@@ -29,7 +29,7 @@ namespace PolyChat.Views
|
||||
|
||||
private void OnKeyUp(object sender, Windows.UI.Xaml.Input.KeyRoutedEventArgs e)
|
||||
{
|
||||
if (!IP.ValidateIP(IP.GetIPfromCode(input.Text)))
|
||||
if (!IP.ValidateIP(IP.GetIPFromCode(input.Text)))
|
||||
{
|
||||
textSuccess.Visibility = Visibility.Collapsed;
|
||||
textError.Visibility = Visibility.Visible;
|
||||
|
||||
Reference in New Issue
Block a user