|
|
|
|
@ -201,10 +201,6 @@ open class FilterDetailsFragment : PokerAnalyticsFragment(), StaticRowRepresenta |
|
|
|
|
this.rowsForFilterSubcategoryRow.clear() |
|
|
|
|
this.rows.addAll(it.filterElements) |
|
|
|
|
|
|
|
|
|
currentFilter?.filterConditions?.forEach { |
|
|
|
|
Timber.d(it.toString()) |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
this.rows.forEach { element -> |
|
|
|
|
if (element is FilterElementRow && currentFilter?.contains(element) == true) { |
|
|
|
|
currentFilter?.setSavedValueForElement(element) |
|
|
|
|
|