mirror of
https://github.com/antebudimir/tempus.git
synced 2025-12-31 09:33:33 +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)
|
@OptIn(UnstableApi::class)
|
||||||
override fun onReceive(context: Context?, intent: Intent?) {
|
override fun onReceive(context: Context?, intent: Intent?) {
|
||||||
if (intent?.action == MediaService.ACTION_EQUALIZER_UPDATED) {
|
if (intent?.action == MediaService.ACTION_EQUALIZER_UPDATED) {
|
||||||
// Equalizer became available or updated. Rebuild UI and restore values.
|
|
||||||
initUI()
|
initUI()
|
||||||
restoreEqualizerPreferences()
|
restoreEqualizerPreferences()
|
||||||
}
|
}
|
||||||
|
|
@ -266,4 +265,4 @@ class EqualizerFragment : Fragment() {
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun Int.dpToPx(context: Context): Int =
|
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