mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-09-01 22:55:10 +00:00
Typo
This commit is contained in:
@@ -171,9 +171,9 @@ public class LanLink extends BaseLink {
|
|||||||
|
|
||||||
//Send body of the network package
|
//Send body of the network package
|
||||||
try {
|
try {
|
||||||
OutputStream writter = socket.getOutputStream();
|
OutputStream writer = socket.getOutputStream();
|
||||||
writter.write(np.serialize().getBytes(StringsHelper.UTF8));
|
writer.write(np.serialize().getBytes(StringsHelper.UTF8));
|
||||||
writter.flush();
|
writer.flush();
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
callback.sendFailure(e);
|
callback.sendFailure(e);
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
|
Reference in New Issue
Block a user