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

Commit cc89484c authored by David Liu's avatar David Liu Committed by Android (Google) Code Review
Browse files

Merge "[Expressive] Make textview clickable in ActionButtonPreference" into main

parents 6a369500 eddb1db0
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -550,7 +550,9 @@ public class ActionButtonsPreference extends Preference implements GroupSectionD
                }
                mButton.setEnabled(mIsEnabled);
                mButton.setOnClickListener(mListener);
                mTextView.setOnClickListener(mListener);
                mActionLayout.setEnabled(mIsEnabled);
                mActionLayout.setOnClickListener(mListener);
                mActionLayout.setContentDescription(mText);
            } else {
                mButton.setText(mText);