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

Commit 76d684ea authored by Hawkwood Glazier's avatar Hawkwood Glazier Committed by Android (Google) Code Review
Browse files

Merge "Placeholder clock thumbnails" into main

parents 7fad817f a1cb35bb
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)
    }
}