|
|
|
@ -79,7 +79,10 @@ class FeedFragment : FilterableFragment(), RowRepresentableDelegate { |
|
|
|
this.feedSessionAdapter.refreshData() |
|
|
|
this.feedSessionAdapter.refreshData() |
|
|
|
this.feedSessionAdapter.notifyDataSetChanged() |
|
|
|
this.feedSessionAdapter.notifyDataSetChanged() |
|
|
|
} |
|
|
|
} |
|
|
|
Transaction::class -> this.feedTransactionAdapter.refreshData() |
|
|
|
Transaction::class -> { |
|
|
|
|
|
|
|
this.feedTransactionAdapter.refreshData() |
|
|
|
|
|
|
|
this.feedTransactionAdapter.notifyDataSetChanged() |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|