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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user