Minor fixes due to CR.
This commit is contained in:
parent
10ccd5c503
commit
d939e9dac9
@ -490,7 +490,7 @@ public class SwapService extends Service {
|
||||
private SwapType bluetoothSwap;
|
||||
private WifiSwap wifiSwap;
|
||||
|
||||
private static final int TIMEOUT = 900000; // 15 mins
|
||||
private static final int TIMEOUT = 15 * 60 * 1000; // 15 mins
|
||||
|
||||
/**
|
||||
* Used to automatically turn of swapping after a defined amount of time (15 mins).
|
||||
|
@ -762,7 +762,6 @@ public class SwapWorkflowActivity extends AppCompatActivity {
|
||||
bluetooth = "\"" + adapter.getName() + "\" - " + scanModes.get(adapter.getScanMode());
|
||||
}
|
||||
|
||||
// wifi = service.getBonjourFinder().isScanning() ? "Y" : " N";
|
||||
message += "Find { BT: " + bluetooth + ", WiFi: " + wifi + "}";
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user