summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/src/com/android/systemui/statusbar/CustomTileData.java
diff options
context:
space:
mode:
Diffstat (limited to 'packages/SystemUI/src/com/android/systemui/statusbar/CustomTileData.java')
-rw-r--r--packages/SystemUI/src/com/android/systemui/statusbar/CustomTileData.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/CustomTileData.java b/packages/SystemUI/src/com/android/systemui/statusbar/CustomTileData.java
index 4be7292..42974ba 100644
--- a/packages/SystemUI/src/com/android/systemui/statusbar/CustomTileData.java
+++ b/packages/SystemUI/src/com/android/systemui/statusbar/CustomTileData.java
@@ -29,7 +29,7 @@ public class CustomTileData {
public final StatusBarPanelCustomTile sbc;
public Entry(StatusBarPanelCustomTile sbc) {
- this.key = sbc.getKey();
+ this.key = sbc.persistableKey();
this.sbc = sbc;
}
}