Merge "Don't announce changes in zen dialog"

This commit is contained in:
TreeHugger Robot
2019-04-03 15:41:33 +00:00
committed by Android (Google) Code Review

View File

@@ -210,7 +210,6 @@ public class ZenDurationDialog {
private void setupUi(ConditionTag tag, View row) {
if (tag.lines == null) {
tag.lines = row.findViewById(android.R.id.content);
tag.lines.setAccessibilityLiveRegion(View.ACCESSIBILITY_LIVE_REGION_POLITE);
}
if (tag.line1 == null) {