summaryrefslogtreecommitdiffstats
path: root/android
diff options
context:
space:
mode:
authorArtur Dryomov <artur.dryomov@gmail.com>2013-07-12 01:26:58 +0300
committerMichael Meeks <michael.meeks@suse.com>2013-07-25 18:01:52 +0100
commitc5cdd6b43fd4035f8add65b2fe989ace077cdebc (patch)
treec243930d205fa85df11168ee60157ccb99e95e4e /android
parentChange thread usage at TcpServersFinder. (diff)
downloadcore-c5cdd6b43fd4035f8add65b2fe989ace077cdebc.tar.gz
core-c5cdd6b43fd4035f8add65b2fe989ace077cdebc.zip
Fix search state declaration at the CommunicationService.
Change-Id: Ib60b68cc9bad42207333738fa238e0dd1ec63588
Diffstat (limited to 'android')
-rw-r--r--android/sdremote/src/org/libreoffice/impressremote/communication/CommunicationService.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/android/sdremote/src/org/libreoffice/impressremote/communication/CommunicationService.java b/android/sdremote/src/org/libreoffice/impressremote/communication/CommunicationService.java
index d85661d860d8..2c3466e849be 100644
--- a/android/sdremote/src/org/libreoffice/impressremote/communication/CommunicationService.java
+++ b/android/sdremote/src/org/libreoffice/impressremote/communication/CommunicationService.java
@@ -208,6 +208,8 @@ public class CommunicationService extends Service implements Runnable, MessagesL
}
public void startSearch() {
+ mState = State.SEARCHING;
+
mTcpServersFinder.startSearch();
BluetoothAdapter aAdapter = BluetoothAdapter.getDefaultAdapter();