Revert previous commit

fix-message-formatting
Daniel Pocock 11 years ago
parent 9f1444c2b5
commit a92eec8ad7

@ -310,16 +310,6 @@ public void handleUri(String uri)
try
{
// In case we have just started, try to start registration
new ProtocolRegistrationThread(uri, provider).start();
try
{
Thread.sleep(1000);
}
catch(InterruptedException ex)
{
// ignore
}
telephonyOpSet.createCall(uri);
}
catch (OperationFailedException exc)

Loading…
Cancel
Save