1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-20 03:50:43 +02:00

Xiaomi: Fix camera remote get typo

This commit is contained in:
José Rebelo 2023-12-10 13:30:14 +00:00
parent bf9a5d90d4
commit 9babbf504e

View File

@ -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: