diff --git a/app/src/main/java/io/legado/app/ui/widget/BatteryView.kt b/app/src/main/java/io/legado/app/ui/widget/BatteryView.kt index 5e8a8d047..d87eb23a4 100644 --- a/app/src/main/java/io/legado/app/ui/widget/BatteryView.kt +++ b/app/src/main/java/io/legado/app/ui/widget/BatteryView.kt @@ -21,9 +21,9 @@ class BatteryView @JvmOverloads constructor( enum class BatteryMode { OUTER, INNER, ICON, ARROW, TIME, CLASSIC, NO_BATTERY } - private val batteryTypeface by lazy { - Typeface.createFromAsset(context.assets, "font/number.ttf") - } +// private val batteryTypeface by lazy { +// Typeface.createFromAsset(context.assets, "font/number.ttf") +// } private var battery: Int = 0