mirror of
https://github.com/antebudimir/tempus.git
synced 2025-12-31 17:43:32 +00:00
chore: Remove comment
This commit is contained in:
parent
a0dfe63660
commit
938c1de906
1 changed files with 1 additions and 2 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue