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