Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 07709d21 authored by Hyunho's avatar Hyunho
Browse files

Add the break statement between vt_provisioning_status and rcs_publish_source_throttle_ms

This is to prevent an accident in which an incorrect value is set.

Bug: b/229396800
Test: Build pass
Change-Id: I283bcadb6bf1e91635d4052a1e67cc0bcb8db56d
parent e75cf2a2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -554,6 +554,7 @@ public class DeviceCapabilityListener {
                        case ProvisioningManager.KEY_VOLTE_PROVISIONING_STATUS:
                        case ProvisioningManager.KEY_VT_PROVISIONING_STATUS:
                            handleProvisioningChanged();
                            break;
                        case ProvisioningManager.KEY_RCS_PUBLISH_SOURCE_THROTTLE_MS:
                            handlePublishThrottleChanged(value);
                            break;