summaryrefslogtreecommitdiff
path: root/daemon
diff options
context:
space:
mode:
Diffstat (limited to 'daemon')
-rw-r--r--daemon/watchconnector.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/daemon/watchconnector.cpp b/daemon/watchconnector.cpp
index 09006c0..32836c7 100644
--- a/daemon/watchconnector.cpp
+++ b/daemon/watchconnector.cpp
@@ -428,6 +428,7 @@ void WatchConnector::onError(QBluetoothSocket::SocketError error)
} else {
qCCritical(l) << "error connecting Pebble:" << error << socket->errorString();
}
+ scheduleReconnect();
}
void WatchConnector::sendData(const QByteArray &data)