summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author William Xiao <wxyz@google.com> 2024-01-30 16:04:34 -0800
committer William Xiao <wxyz@google.com> 2024-01-30 16:06:26 -0800
commit52fa23c6588115f1d7cc2667717c76f47f5ffd21 (patch)
treeef32f40578d2cdb5de988c6f07789ce7ef499615
parent4ee4e6bcf3754b3867211a8a1221cf4cc7699f94 (diff)
Fix bug number in comment
I suspect the number in the file was referencing CL ag/23035507, not a b/ number. Updating the bug number to what I suspect is the correct place. Bug: N/A Test: N/A Flag: N/A Change-Id: I688cd98e49f7b51737969e84959f8918c974fae1
-rw-r--r--packages/SystemUI/src/com/android/systemui/shade/ShadeExpansionStateManager.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/shade/ShadeExpansionStateManager.kt b/packages/SystemUI/src/com/android/systemui/shade/ShadeExpansionStateManager.kt
index d3459b109d79..e40bcd5dbdbc 100644
--- a/packages/SystemUI/src/com/android/systemui/shade/ShadeExpansionStateManager.kt
+++ b/packages/SystemUI/src/com/android/systemui/shade/ShadeExpansionStateManager.kt
@@ -46,7 +46,7 @@ class ShadeExpansionStateManager @Inject constructor() {
/**
* Adds a listener that will be notified when the panel expansion fraction has changed and
- * returns the current state in a ShadeExpansionChangeEvent for legacy purposes (b/23035507).
+ * returns the current state in a ShadeExpansionChangeEvent for legacy purposes (b/281038056).
*
* @see #addExpansionListener
*/