2
0
mirror of https://github.com/KDE/kdeconnect-android synced 2025-08-30 21:55:10 +00:00
This commit is contained in:
Albert Vaca
2016-03-03 15:41:44 -08:00
parent 87e214761f
commit 7813b7309d

View File

@@ -90,6 +90,7 @@ public class Device implements BaseLink.PackageReceiver {
private HashSet<String> supportedIncomingInterfaces = 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>> pluginsByOutgoingInterface;