Fix search state declaration at the CommunicationService.

Change-Id: Ib60b68cc9bad42207333738fa238e0dd1ec63588
This commit is contained in:
Artur Dryomov
2013-07-12 01:26:58 +03:00
committed by Michael Meeks
parent 986b6804e0
commit c5cdd6b43f

View File

@@ -208,6 +208,8 @@ public class CommunicationService extends Service implements Runnable, MessagesL
}
public void startSearch() {
mState = State.SEARCHING;
mTcpServersFinder.startSearch();
BluetoothAdapter aAdapter = BluetoothAdapter.getDefaultAdapter();