Cleanup an unused preference
This commit is contained in:
parent
34c13d7908
commit
12435ed9ec
|
@ -108,7 +108,6 @@ object Constants {
|
||||||
const val PREFERENCES_KEY_DEFAULT_SHARE_GREETING = "sharingDefaultGreeting"
|
const val PREFERENCES_KEY_DEFAULT_SHARE_GREETING = "sharingDefaultGreeting"
|
||||||
const val PREFERENCES_KEY_SHARE_ON_SERVER = "sharingCreateOnServer"
|
const val PREFERENCES_KEY_SHARE_ON_SERVER = "sharingCreateOnServer"
|
||||||
const val PREFERENCES_KEY_DEFAULT_SHARE_EXPIRATION = "sharingDefaultExpiration"
|
const val PREFERENCES_KEY_DEFAULT_SHARE_EXPIRATION = "sharingDefaultExpiration"
|
||||||
const val PREFERENCES_KEY_SHOW_ALL_SONGS_BY_ARTIST = "showAllSongsByArtist"
|
|
||||||
const val PREFERENCES_KEY_USE_FIVE_STAR_RATING = "use_five_star_rating"
|
const val PREFERENCES_KEY_USE_FIVE_STAR_RATING = "use_five_star_rating"
|
||||||
const val PREFERENCES_KEY_CATEGORY_NOTIFICATIONS = "notificationsCategory"
|
const val PREFERENCES_KEY_CATEGORY_NOTIFICATIONS = "notificationsCategory"
|
||||||
const val PREFERENCES_KEY_FIRST_RUN_EXECUTED = "firstRunExecuted"
|
const val PREFERENCES_KEY_FIRST_RUN_EXECUTED = "firstRunExecuted"
|
||||||
|
|
|
@ -35,7 +35,8 @@
|
||||||
a:key="showAllSongsByArtist"
|
a:key="showAllSongsByArtist"
|
||||||
a:summary="@string/settings.show_all_songs_by_artist_summary"
|
a:summary="@string/settings.show_all_songs_by_artist_summary"
|
||||||
a:title="@string/settings.show_all_songs_by_artist"
|
a:title="@string/settings.show_all_songs_by_artist"
|
||||||
app:iconSpaceReserved="false"/>
|
app:iconSpaceReserved="false"
|
||||||
|
app:isPreferenceVisible="false" />
|
||||||
<CheckBoxPreference
|
<CheckBoxPreference
|
||||||
a:defaultValue="true"
|
a:defaultValue="true"
|
||||||
a:key="showTrackNumber"
|
a:key="showTrackNumber"
|
||||||
|
|
Loading…
Reference in New Issue