diff options
| -rw-r--r-- | cmds/statsd/src/atoms.proto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/statsd/src/atoms.proto b/cmds/statsd/src/atoms.proto index 4beb748036d6..4fb6940be7b5 100644 --- a/cmds/statsd/src/atoms.proto +++ b/cmds/statsd/src/atoms.proto @@ -266,7 +266,7 @@ message Atom { 147 [(module) = "framework", (module) = "statsd"]; BiometricSystemHealthIssueDetected biometric_system_health_issue_detected = 148 [(module) = "framework"]; - BubbleUIChanged bubble_ui_changed = 149 [(module) = "sysui"]; + BubbleUIChanged bubble_ui_changed = 149 [(module) = "framework"]; ScheduledJobConstraintChanged scheduled_job_constraint_changed = 150 [(module) = "framework"]; BluetoothActiveDeviceChanged bluetooth_active_device_changed = |