Skip to content

Commit

Permalink
[Catalog] Fix the demo image of the DatePicker component
Browse files Browse the repository at this point in the history
Resolves #2652
Resolves #2653

GIT_ORIGIN_REV_ID=27085a247bde2308e646d7d72d9fe198dfb05876
PiperOrigin-RevId: 444315477
  • Loading branch information
pubiqq authored and dsn5ft committed Apr 25, 2022
1 parent 921868d commit b2c3dd6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -62,7 +62,7 @@ public abstract static class Module {
@Provides
@ActivityScope
static FeatureDemo provideFeatureDemo() {
return new FeatureDemo(R.string.cat_picker_demo_title, R.drawable.ic_dialog) {
return new FeatureDemo(R.string.cat_picker_demo_title, R.drawable.ic_placeholder) {
@Override
public Fragment createFragment() {
return new DatePickerDemoLandingFragment();
Expand Down

0 comments on commit b2c3dd6

Please sign in to comment.