Fix URI detection
This commit is contained in:
@@ -192,7 +192,7 @@
|
||||
initWithMarkupText:content];
|
||||
});
|
||||
}
|
||||
else if ([NSURL URLWithString:content])
|
||||
else if ([NSURL URLWithString:content].scheme)
|
||||
{
|
||||
item = [APPPrinterItem ItemFromURL:content];
|
||||
}
|
||||
|
Reference in New Issue
Block a user