Fix search state declaration at the CommunicationService.
Change-Id: Ib60b68cc9bad42207333738fa238e0dd1ec63588
This commit is contained in:
committed by
Michael Meeks
parent
986b6804e0
commit
c5cdd6b43f
@@ -208,6 +208,8 @@ public class CommunicationService extends Service implements Runnable, MessagesL
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void startSearch() {
|
public void startSearch() {
|
||||||
|
mState = State.SEARCHING;
|
||||||
|
|
||||||
mTcpServersFinder.startSearch();
|
mTcpServersFinder.startSearch();
|
||||||
|
|
||||||
BluetoothAdapter aAdapter = BluetoothAdapter.getDefaultAdapter();
|
BluetoothAdapter aAdapter = BluetoothAdapter.getDefaultAdapter();
|
||||||
|
Reference in New Issue
Block a user