Code refactor, fix animations on Album and Artist details

This commit is contained in:
Hemanth S 2020-10-03 00:40:26 +05:30
parent 31a0ddd731
commit c23c56649e
8 changed files with 205 additions and 114 deletions

View file

@ -426,7 +426,7 @@ object PreferenceUtil {
val tabTitleMode: Int
get() {
return when (sharedPreferences.getStringOrDefault(
TAB_TEXT_MODE, "1"
TAB_TEXT_MODE, "0"
).toInt()) {
1 -> LabelVisibilityMode.LABEL_VISIBILITY_LABELED
0 -> LabelVisibilityMode.LABEL_VISIBILITY_AUTO