Landscape for circle

This commit is contained in:
h4h13 2020-01-07 18:56:09 +05:30
parent 0021e4e8a6
commit e2f3f1569a
4 changed files with 5 additions and 8 deletions

View file

@ -226,7 +226,6 @@ class CirclePlayerFragment : AbsPlayerFragment(), Callback, OnAudioVolumeChanged
if (volumeSeekBar == null) {
return
}
volumeSeekBar.max = maxVolume
volumeSeekBar.progress = currentVolume
}

View file

@ -39,8 +39,6 @@ import kotlinx.android.synthetic.main.fragment_main_settings.notificationSetting
import kotlinx.android.synthetic.main.fragment_main_settings.nowPlayingSettings
import kotlinx.android.synthetic.main.fragment_main_settings.otherSettings
import kotlinx.android.synthetic.main.fragment_main_settings.personalizeSettings
import kotlinx.android.synthetic.main.fragment_main_settings.scrollView
import me.everything.android.ui.overscroll.OverScrollDecoratorHelper
class MainSettingsFragment : Fragment(), View.OnClickListener {
override fun onClick(view: View) {
@ -88,7 +86,6 @@ class MainSettingsFragment : Fragment(), View.OnClickListener {
buyPremium.setTextColor(it)
diamondIcon.imageTintList = ColorStateList.valueOf(it)
}
OverScrollDecoratorHelper.setUpOverScroll(scrollView)
}
private fun inflateFragment(fragment: Fragment, @StringRes title: Int) {