Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4e56ce62 authored by Fan Zhang's avatar Fan Zhang Committed by Android (Google) Code Review
Browse files

Merge "Set alarm item content description to alarm time." into ub-deskclock-charm

parents a701eaba 2b84c7a5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -88,6 +88,7 @@ public final class CollapsedAlarmViewHolder extends AlarmTimeViewHolder {
        boolean boundPreemptiveDismiss =
                bindPreemptiveDismissButton(context, alarm, alarmInstance);
        hairLine.setVisibility(boundPreemptiveDismiss ? View.GONE : View.VISIBLE);
        itemView.setContentDescription(clock.getContentDescription());
    }

    private void bindReadOnlyLabel(Context context, Alarm alarm) {