mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-08-30 21:55:10 +00:00
Fixme
This commit is contained in:
@@ -90,6 +90,7 @@ public class Device implements BaseLink.PackageReceiver {
|
|||||||
private HashSet<String> supportedIncomingInterfaces = new HashSet<>();
|
private HashSet<String> supportedIncomingInterfaces = new HashSet<>();
|
||||||
private HashSet<String> supportedOutgoingInterfaces = new HashSet<>();
|
private HashSet<String> supportedOutgoingInterfaces = new HashSet<>();
|
||||||
|
|
||||||
|
//FIXME: Why are these never used? Did some merge break the capabilities?
|
||||||
private HashMap<String, ArrayList<String>> pluginsByIncomingInterface;
|
private HashMap<String, ArrayList<String>> pluginsByIncomingInterface;
|
||||||
private HashMap<String, ArrayList<String>> pluginsByOutgoingInterface;
|
private HashMap<String, ArrayList<String>> pluginsByOutgoingInterface;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user