mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-06-07 08:19:55 +00:00
Remove: Unused list animation preference
This commit is contained in:
parent
c9637fa647
commit
85f4cb4a59
@ -26,7 +26,6 @@ object Preferences {
|
||||
Key.AutoSync,
|
||||
Key.InstallAfterSync,
|
||||
Key.IncompatibleVersions,
|
||||
Key.ListAnimation,
|
||||
Key.ShowScreenshots,
|
||||
Key.UpdatedApps,
|
||||
Key.NewApps,
|
||||
@ -146,9 +145,6 @@ object Preferences {
|
||||
object IncompatibleVersions :
|
||||
Key<Boolean>("incompatible_versions", Value.BooleanValue(false))
|
||||
|
||||
object ListAnimation :
|
||||
Key<Boolean>("list_animation", Value.BooleanValue(false))
|
||||
|
||||
object ShowScreenshots :
|
||||
Key<Boolean>("show_screenshots", Value.BooleanValue(true))
|
||||
|
||||
|
@ -44,10 +44,6 @@ class PrefsUserFragment : PrefsNavFragmentX() {
|
||||
is Preferences.DefaultTab.Installed -> getString(R.string.installed)
|
||||
}
|
||||
}
|
||||
addSwitch(
|
||||
Preferences.Key.ListAnimation, getString(R.string.list_animation),
|
||||
getString(R.string.list_animation_description)
|
||||
)
|
||||
addSwitch(
|
||||
Preferences.Key.ShowScreenshots, getString(R.string.show_screenshots),
|
||||
getString(R.string.show_screenshots_description)
|
||||
|
Loading…
x
Reference in New Issue
Block a user