2
0
mirror of https://github.com/KDE/kdeconnect-android synced 2025-08-30 13:47:41 +00:00

Fix comment

This commit is contained in:
Albert Vaca Cintora
2023-05-30 17:42:33 +02:00
parent 969d78d404
commit 94c2ac3b4c

View File

@@ -672,7 +672,7 @@ public class Device implements BaseLink.PacketReceiver {
* won't return until the Payload has been received by the
* other end, or times out after 10 seconds
* @return true if the packet was sent ok, false otherwise
* @see BaseLink#sendPacket(NetworkPacket, SendPacketStatusCallback)
* @see BaseLink#sendPacket(NetworkPacket, SendPacketStatusCallback, boolean)
*/
@WorkerThread
public boolean sendPacketBlocking(@NonNull final NetworkPacket np, @NonNull final SendPacketStatusCallback callback, boolean sendPayloadFromSameThread) {