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

Commit 620d3940 authored by Vinit Nayak's avatar Vinit Nayak Committed by Android (Google) Code Review
Browse files

Merge "Update Task Bar and Split-Screen with new font type." into main

parents ad87661f 747781c8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)
        }
    }
}