feat(ui): add television layouts and improve visualizer performance

This commit is contained in:
2026-04-06 17:17:29 +02:00
parent 82993d7c97
commit 9d47684f13
6 changed files with 93 additions and 1 deletions
@@ -107,7 +107,7 @@ class VisualizerFragment : PreferenceFragmentCompat() {
}
}, MoreExecutors.directExecutor())
}
handler.postDelayed(this, 25) // ~40 FPS
handler.postDelayed(this, 18) // ~60 FPS
}
}