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:
parent
d7956650da
commit
05e031d41f
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user