Skip to content

Commit e7a8439

Browse files
just a quick fix for whitespace
1 parent 98a781f commit e7a8439

File tree

1 file changed

+1
-1
lines changed
  • app/src/main/java/com/github/droidworksstudio/mlauncher/helper

1 file changed

+1
-1
lines changed

app/src/main/java/com/github/droidworksstudio/mlauncher/helper/Utils.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ fun setThemeMode(context: Context, isDark: Boolean, view: View) {
426426

427427
fun getTrueSystemFont(): Typeface {
428428
val possibleSystemFonts = listOf(
429-
"/system/fonts/Roboto-Regular.ttf", // Stock Android (Pixel, AOSP)
429+
"/system/fonts/Roboto-Regular.ttf", // Stock Android (Pixel, AOSP)
430430
"/system/fonts/NotoSans-Regular.ttf", // Some Android One devices
431431
"/system/fonts/SamsungOne-Regular.ttf", // Samsung
432432
"/system/fonts/MiSans-Regular.ttf", // Xiaomi MIUI

0 commit comments

Comments
 (0)