Merge "Set preference invisible when no anomaly" into oc-mr1-dev

This commit is contained in:
TreeHugger Robot
2017-08-23 19:57:41 +00:00
committed by Android (Google) Code Review
2 changed files with 12 additions and 0 deletions

View File

@@ -102,6 +102,8 @@ public class AnomalySummaryPreferenceController {
mAnomalyPreference.setTitle(title);
mAnomalyPreference.setSummary(summary);
} else {
mAnomalyPreference.setVisible(false);
}
}