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

Commit 10a88921 authored by Siyamed Sinir's avatar Siyamed Sinir
Browse files

Log warning for downloadable fonts

Framework implementation of downloadable fonts is
deprecated. Added a warning log for the usage of
sync font loading on framework.

Test: N/A
Bug: 178589784
Change-Id: Ibb395c817c6d656ee0593712c0d6f9360e7213c1
parent 5fb31dd7
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -350,6 +350,9 @@ public class FontsContract {
            return cachedTypeface;
        }

        Log.w(TAG, "Platform version of downloadable fonts is deprecated. Please use"
                + " androidx version instead.");

        synchronized (sLock) {
            // It is possible that Font is loaded during the thread sleep time
            // re-check the cache to avoid re-loading the font