Ruffy: hopefully unbreak doRTConnect.
This commit is contained in:
parent
9300179ace
commit
8fd198c674
|
@ -57,11 +57,11 @@ public class Ruffy extends Service {
|
|||
|
||||
@Override
|
||||
public int doRTConnect() throws RemoteException {
|
||||
step= 0;
|
||||
if(isConnected()) {
|
||||
rtHandler.rtStarted();
|
||||
return 0;
|
||||
}
|
||||
step= 0;
|
||||
if(Ruffy.this.rtHandler==null)
|
||||
{
|
||||
return -2;//FIXME make errors
|
||||
|
|
Loading…
Reference in a new issue