chore: Remove comment
This commit is contained in:
@@ -36,7 +36,6 @@ class EqualizerFragment : Fragment() {
|
||||
@OptIn(UnstableApi::class)
|
||||
override fun onReceive(context: Context?, intent: Intent?) {
|
||||
if (intent?.action == MediaService.ACTION_EQUALIZER_UPDATED) {
|
||||
// Equalizer became available or updated. Rebuild UI and restore values.
|
||||
initUI()
|
||||
restoreEqualizerPreferences()
|
||||
}
|
||||
@@ -266,4 +265,4 @@ class EqualizerFragment : Fragment() {
|
||||
}
|
||||
|
||||
private fun Int.dpToPx(context: Context): Int =
|
||||
(this * context.resources.displayMetrics.density).toInt()
|
||||
(this * context.resources.displayMetrics.density).toInt()
|
||||
|
||||
Reference in New Issue
Block a user