|
|
|
|
@ -46,7 +46,7 @@ open class Filter : RealmObject(), RowRepresentable, Editable, Deletable, Counta |
|
|
|
|
sortField?.let { |
|
|
|
|
realmQuery = realmQuery.sort(it) |
|
|
|
|
} |
|
|
|
|
val desc = realmQuery.description |
|
|
|
|
// val desc = realmQuery.description |
|
|
|
|
return realmQuery.findAll() |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|