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

Commit b8503eb8 authored by Fabrice Di Meglio's avatar Fabrice Di Meglio
Browse files

Fix bug #5017432 NPE when mixing different spans with different font sizes

- fixed typo

Change-Id: I282f8bf2a72117709666e1ffc9ec8e8b5583d321
parent 8984b416
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -205,7 +205,7 @@ public class TextAppearanceSpan extends MetricAffectingSpan implements Parcelabl
        }

        if (mTextColorLink != null) {
            ds.linkColor = mTextColor.getColorForState(ds.drawableState, 0);
            ds.linkColor = mTextColorLink.getColorForState(ds.drawableState, 0);
        }
    }