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