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

Commit a1cb35bb authored by Hawkwood Glazier's avatar Hawkwood Glazier
Browse files

Placeholder clock thumbnails

Test: N/A
Bug: 352049256
Flag: EXEMPT library update; callsite flagged
Change-Id: Ibba80471b7f6816dc645de44c06a2a0efe73f6f8
parent 535468ca
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -65,7 +65,7 @@ class DefaultClockProvider(
            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)
    }
}