OSDN Git Service

Merge "Enable/disable support buttons based on operation hours." into nyc-mr1-dev
authorFan Zhang <zhfan@google.com>
Tue, 21 Jun 2016 17:21:07 +0000 (17:21 +0000)
committerAndroid (Google) Code Review <android-gerrit@google.com>
Tue, 21 Jun 2016 17:21:07 +0000 (17:21 +0000)
1  2 
src/com/android/settings/dashboard/SupportItemAdapter.java

@@@ -343,8 -347,9 +361,10 @@@ public final class SupportItemAdapter e
              this.text2 = builder.mText2;
              this.summary1 = builder.mSummary1;
              this.summary2 = builder.mSummary2;
+             this.enabled1 = builder.mEnabled1;
+             this.enabled2 = builder.mEnabled2;
              this.intent = builder.mIntent;
 +            this.metricsEvent = builder.mMetricsEvent;
          }
  
          static final class Builder {