meta: remove spanish changelogs
Remove the useless spanish changelogs (We don't translate them as they become outdated quickly)
This commit is contained in:
parent
6809274441
commit
4b61d1b6e7
2 changed files with 3 additions and 5 deletions
|
@ -26,7 +26,8 @@ import androidx.recyclerview.widget.AsyncListDiffer
|
|||
import androidx.recyclerview.widget.DiffUtil
|
||||
import androidx.recyclerview.widget.RecyclerView
|
||||
|
||||
// TODO: Differentiate between replace and diffing w/item updates
|
||||
// TODO: Reunify music updates and sorts under replace
|
||||
|
||||
/**
|
||||
* An adapter for one viewholder tied to one type of data. All functionality is derived from the
|
||||
* overridden values.
|
||||
|
@ -200,7 +201,7 @@ class SyncBackingData<T>(adapter: RecyclerView.Adapter<*>, diffCallback: DiffUti
|
|||
override fun getItem(position: Int): T = differ.currentList[position]
|
||||
override fun getItemCount(): Int = differ.currentList.size
|
||||
|
||||
/** Submit a list normally, doing a diff synchronously. */
|
||||
/** Submit a list normally, doing a diff synchronously. Only use this for trivial changes. */
|
||||
fun submitList(newList: List<T>) {
|
||||
differ.currentList = newList
|
||||
}
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
Auxio 2.2.0 mejora la carga de música aún más, respetando etiquetas de artistas individuales a la vez que elimina álbumes y artistas fragmentados. Para mas información visite https://github.com/OxygenCobalt/Auxio/releases/tag/v2.2.0.
|
||||
|
||||
Esta versión es un parche que arregla errores de experiencia menores que aparecieron en la versión anterior.
|
Loading…
Reference in a new issue