Merge "Set preference invisible when no anomaly" into oc-mr1-dev am: 0e800978bf

am: fb13cac59f

Change-Id: I9a851fc886abb1489b8133468aed2c0548ffbd2d
This commit is contained in:
jackqdyulei
2017-08-23 20:24:21 +00:00
committed by android-build-merger
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);
}
}