mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-06-05 21:49:48 +02:00
Xiaomi: Fix camera remote get typo
This commit is contained in:
@@ -130,7 +130,7 @@ public class XiaomiSystemService extends AbstractXiaomiService implements Xiaomi
|
||||
case CMD_PASSWORD_GET:
|
||||
handlePassword(cmd.getSystem().getPassword());
|
||||
return;
|
||||
case CMD_PASSWORD_GET:
|
||||
case CMD_CAMERA_REMOTE_GET:
|
||||
handleCameraRemote(cmd.getSystem().getCamera());
|
||||
return;
|
||||
case CMD_CAMERA_REMOTE_SET:
|
||||
|
Reference in New Issue
Block a user