Loading libs/WindowManager/Shell/shared/src/com/android/wm/shell/shared/TypefaceUtils.kt +1 −1 Original line number Diff line number Diff line Loading @@ -80,7 +80,7 @@ class TypefaceUtils { fontStyle: Int = Typeface.NORMAL, ) { if (!Flags.enableGsf()) return textView?.typeface = Typeface.create(fontFamily.name, fontStyle) textView?.typeface = Typeface.create(fontFamily.value, fontStyle) } } } Loading
libs/WindowManager/Shell/shared/src/com/android/wm/shell/shared/TypefaceUtils.kt +1 −1 Original line number Diff line number Diff line Loading @@ -80,7 +80,7 @@ class TypefaceUtils { fontStyle: Int = Typeface.NORMAL, ) { if (!Flags.enableGsf()) return textView?.typeface = Typeface.create(fontFamily.name, fontStyle) textView?.typeface = Typeface.create(fontFamily.value, fontStyle) } } }