2
0
mirror of https://github.com/KDE/kdeconnect-android synced 2025-08-23 02:17:20 +00:00

Changed to match the kdeconnect-kde side

This commit is contained in:
Albert Vaca 2016-06-02 15:23:49 +02:00
parent d7956650da
commit 05e031d41f

View File

@ -852,7 +852,7 @@ public class Device implements BaseLink.PackageReceiver {
boolean capabilitiesChanged = false;
if (!newSupportedIncomingInterfaces.equals(supportedIncomingInterfaces) ||
!newSupportedOutgoingInterfaces.equals(supportedOutgoingInterfaces)) {
!newSupportedOutgoingInterfaces.equals(pluginsByOutgoingInterface)) {
capabilitiesChanged = true;
}