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

Commit 6e44f0cd authored by Zak Cohen's avatar Zak Cohen Committed by Android (Google) Code Review
Browse files

Merge "Add missing remotable annotation to font variation method in TextView." into main

parents ca4aabd9 e9c05db8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5513,6 +5513,7 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener
     *
     * @attr ref android.R.styleable#TextView_fontVariationSettings
     */
    @android.view.RemotableViewMethod
    public boolean setFontVariationSettings(@Nullable String fontVariationSettings) {
        final String existingSettings = mTextPaint.getFontVariationSettings();
        if (fontVariationSettings == existingSettings