Revert "Add tooltip for shuffle button"

This reverts commit 1361d816
This commit is contained in:
Andrii Chubko 2021-08-22 22:24:48 +03:00
parent 1361d816bf
commit 73cd1a0176

View file

@ -297,9 +297,6 @@ class TrackActivity : SimpleActivity(), PlaybackSpeedListener {
applyColorFilter(if (isShuffleEnabled) getAdjustedPrimaryColor() else config.textColor)
alpha = if (isShuffleEnabled) 1f else MEDIUM_ALPHA
contentDescription = getString(if (isShuffleEnabled) R.string.disable_shuffle else R.string.enable_shuffle)
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) {
tooltipText = getString(if (isShuffleEnabled) R.string.shuffle_enabled else R.string.shuffle_disabled)
}
}
}