Skip to content

Commit 3e29044

Browse files
committed
ChannelManager.java change values to correct (from wearable.proto)
1 parent c87c2ad commit 3e29044

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

play-services-wearable/core/src/main/java/org/microg/gms/wearable/channel/ChannelManager.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ public class ChannelManager {
4040
private static final int PROCESSING_LOOP_DELAY_MS = 10;
4141
private static final long OPEN_TIMEOUT_MS = 15000;
4242

43-
public static final int CHANNEL_CONTROL_TYPE_OPEN = ChannelControlRequest.Type.CHANNEL_CONTROL_OPEN.getValue();
44-
public static final int CHANNEL_CONTROL_TYPE_OPEN_ACK = ChannelControlRequest.Type.CHANNEL_CONTROL_OPEN_ACK.getValue();
45-
public static final int CHANNEL_CONTROL_TYPE_CLOSE = ChannelControlRequest.Type.CHANNEL_CONTROL_CLOSE.getValue();
43+
public static final int CHANNEL_CONTROL_TYPE_OPEN = 1;
44+
public static final int CHANNEL_CONTROL_TYPE_CLOSE = 2;
45+
public static final int CHANNEL_CONTROL_TYPE_OPEN_ACK = 3;
4646

4747
public static final int CHANNEL_ORIGIN_CHANNEL_API = 0;
4848

0 commit comments

Comments
 (0)