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

Commit c4011d40 authored by Roy Chou's avatar Roy Chou
Browse files

chore(settings preference): make FooterPreference#getContentDescription public

Since in Settings app unit tests we'll need to verify the footer
preference content description, so we make the api public for testing.

Bug: NONE
Flag: TEST_ONLY
Test: pass build
Change-Id: I60616dd82fa6cf70776309d5f1c939b4f608adbb
parent f3e74244
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;
    }