refs #5802 collectionSetState
This commit is contained in:
parent
c5eb824d2f
commit
97b9a31f8e
|
@ -155,8 +155,9 @@ class SacadorViewModel(val context: Context) : BaseViewModel(context) {
|
|||
}
|
||||
|
||||
fun collection_assignNew() {
|
||||
// salix.collectionAssign()
|
||||
silex.collection_assign().enqueue(
|
||||
salix.collectionAssign()
|
||||
// silex.collection_assign()
|
||||
.enqueue(
|
||||
object :
|
||||
SalixCallback<Int>(context) {
|
||||
override fun onError(t: Throwable) {
|
||||
|
|
Loading…
Reference in New Issue