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:
@@ -873,4 +873,9 @@ public class Device implements BaseLink.PackageReceiver {
|
||||
pluginsChangedListeners.remove(listener);
|
||||
}
|
||||
|
||||
public void disconnect() {
|
||||
for(BaseLink link : links) {
|
||||
link.disconnect();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user