mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-03-13 09:40:15 +01:00
Fix find device (wrong EXTRA_ constant used)
This commit is contained in:
parent
77cad5c47f
commit
6f7de96461
@ -175,7 +175,7 @@ public class GBDeviceService implements DeviceService {
|
|||||||
@Override
|
@Override
|
||||||
public void onFindDevice(boolean start) {
|
public void onFindDevice(boolean start) {
|
||||||
Intent intent = createIntent().setAction(ACTION_FIND_DEVICE)
|
Intent intent = createIntent().setAction(ACTION_FIND_DEVICE)
|
||||||
.putExtra(EXTRA_APP_UUID, start);
|
.putExtra(EXTRA_FIND_START, start);
|
||||||
invokeService(intent);
|
invokeService(intent);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user