0
0
Fork 0
mirror of https://github.com/YTVanced/VancedManager synced 2024-11-22 11:15:10 +00:00

made music enabled by default

This commit is contained in:
Xinto 2020-11-15 19:41:46 +04:00
parent ce4b06f2b3
commit 3d86d6b309

View file

@ -24,7 +24,7 @@ class SelectAppsAdapter(context: Context) : RecyclerView.Adapter<SelectAppsAdapt
context.getString(R.string.music),
context.getString(R.string.select_apps_music),
"music",
prefs.getBoolean("enable_music", false)
prefs.getBoolean("enable_music", true)
)
val apps = arrayOf(vanced, music)