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

Commit 0cf45352 authored by Roy Chou's avatar Roy Chou Committed by Android (Google) Code Review
Browse files

Merge "chore(settings preference): make FooterPreference#getContentDescription public" into main

parents f2b6a6b2 c4011d40
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -174,7 +174,7 @@ public class FooterPreference extends Preference {

    /** Return the content description of footer preference. */
    @VisibleForTesting
    CharSequence getContentDescription() {
    public CharSequence getContentDescription() {
        return mContentDescription;
    }