Restart PC discovery when pairing fails

This commit is contained in:
Cameron Gutman
2019-11-03 14:43:12 -08:00
parent 2ae7fefc0c
commit b0a3e163c4

View File

@@ -95,6 +95,8 @@ static NSMutableSet* hostList;
else {
[self displayFailureDialog:message];
}
[self->_discMan startDiscovery];
});
}