mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-08-30 13:47:41 +00:00
Fix lost packets after connecting
This commit is contained in:
@@ -565,6 +565,11 @@ public class Device implements BaseLink.PacketReceiver {
|
||||
}
|
||||
} else if (isPaired()) {
|
||||
|
||||
// pluginsByIncomingInterface may not be built yet
|
||||
if(pluginsByIncomingInterface.isEmpty()) {
|
||||
reloadPluginsFromSettings();
|
||||
}
|
||||
|
||||
//If capabilities are not supported, iterate all plugins
|
||||
Collection<String> targetPlugins = pluginsByIncomingInterface.get(np.getType());
|
||||
if (targetPlugins != null && !targetPlugins.isEmpty()) {
|
||||
|
Reference in New Issue
Block a user