2
0
mirror of https://github.com/KDE/kdeconnect-android synced 2025-09-03 15:45:10 +00:00

Merge branch 'stable'

This commit is contained in:
Aleix Pol
2015-09-09 00:46:53 +02:00
6 changed files with 75 additions and 22 deletions

View File

@@ -873,4 +873,9 @@ public class Device implements BaseLink.PackageReceiver {
pluginsChangedListeners.remove(listener);
}
public void disconnect() {
for(BaseLink link : links) {
link.disconnect();
}
}
}