mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-08-23 10:27:57 +00:00
Changed to match the kdeconnect-kde side
This commit is contained in:
parent
d7956650da
commit
05e031d41f
@ -852,7 +852,7 @@ public class Device implements BaseLink.PackageReceiver {
|
|||||||
|
|
||||||
boolean capabilitiesChanged = false;
|
boolean capabilitiesChanged = false;
|
||||||
if (!newSupportedIncomingInterfaces.equals(supportedIncomingInterfaces) ||
|
if (!newSupportedIncomingInterfaces.equals(supportedIncomingInterfaces) ||
|
||||||
!newSupportedOutgoingInterfaces.equals(supportedOutgoingInterfaces)) {
|
!newSupportedOutgoingInterfaces.equals(pluginsByOutgoingInterface)) {
|
||||||
capabilitiesChanged = true;
|
capabilitiesChanged = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user