2
0
mirror of https://github.com/KDE/kdeconnect-android synced 2025-08-30 21:55:10 +00:00

Fixing build

This commit is contained in:
Albert Vaca
2016-01-10 03:16:14 -08:00
parent 3e9509123e
commit 1ca09d7f58
4 changed files with 6 additions and 10 deletions

View File

@@ -240,10 +240,6 @@ public class Device implements BaseLink.PackageReceiver {
return pairRequestedByPeer;
}
public boolean isPairRequestedByOtherEnd() {
return pairStatus == PairStatus.RequestedByPeer;
}
public void addPairingCallback(PairingCallback callback) {
pairingCallback.add(callback);
}
@@ -558,7 +554,7 @@ public class Device implements BaseLink.PackageReceiver {
plugin.onPackageReceived(np);
} catch (Exception e) {
e.printStackTrace();
Log.e("KDE/Device", "Exception in "+pluginKey+"'s onPackageReceived()");
Log.e("KDE/Device", "Exception in "+plugin.getPluginKey()+"'s onPackageReceived()");
}
}
} else {