Fix URI detection

This commit is contained in:
Sebastián Katzer 2019-02-13 11:32:22 +01:00
parent c1c5ce2091
commit 933a871396

View File

@ -192,7 +192,7 @@
initWithMarkupText:content];
});
}
else if ([NSURL URLWithString:content])
else if ([NSURL URLWithString:content].scheme)
{
item = [APPPrinterItem ItemFromURL:content];
}