commit | a1cb35bb3e11f7f984858f72343d2b88316865f2 | [log] [tgz] |
---|---|---|
author | Hawkwood Glazier <[email protected]> | Tue Jul 09 16:00:01 2024 +0000 |
committer | Hawkwood Glazier <[email protected]> | Tue Jul 09 16:19:54 2024 +0000 |
tree | 4896b194e90a4b91a9291571e7368b43573edb47 | |
parent | 535468ca43bc29c79ba31545346b9931b72b8b50 [diff] |
Placeholder clock thumbnails Test: N/A Bug: 352049256 Flag: EXEMPT library update; callsite flagged Change-Id: Ibba80471b7f6816dc645de44c06a2a0efe73f6f8
diff --git a/packages/SystemUI/customization/src/com/android/systemui/shared/clocks/DefaultClockProvider.kt b/packages/SystemUI/customization/src/com/android/systemui/shared/clocks/DefaultClockProvider.kt index 20f87a0..9e0af97 100644 --- a/packages/SystemUI/customization/src/com/android/systemui/shared/clocks/DefaultClockProvider.kt +++ b/packages/SystemUI/customization/src/com/android/systemui/shared/clocks/DefaultClockProvider.kt
@@ -65,7 +65,7 @@ throw IllegalArgumentException("$id is unsupported by $TAG") } - // TODO: Update placeholder to actual resource + // TODO(b/352049256): Update placeholder to actual resource return resources.getDrawable(R.drawable.clock_default_thumbnail, null) } }