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

Commit 61cdc842 authored by Isaac Katzenelson's avatar Isaac Katzenelson
Browse files

remove content description from empty buttons

Bug: 7385952
Change-Id: I31b9df4ad99fbb7ee398f7e5a0ae337ec54a4482
parent 1762f53a
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -202,5 +202,9 @@ public class TimerSetupView extends LinearLayout implements Button.OnClickListen
    protected void setLeftRightEnabled(boolean enabled) {
        mLeft.setEnabled(enabled);
        mRight.setEnabled(enabled);
        if (!enabled) {
            mLeft.setContentDescription(null);
            mRight.setContentDescription(null);
        }
    }
}