Skip to content

Commit

Permalink
[EKA-041] resolves conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
mahabaleshwarhnr committed May 14, 2020
1 parent 557c548 commit ff2af15
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ class RequestedListFragment : BaseFragment(), AdapterView.OnItemSelectedListener
}

private fun renderConsentRequests(requests: List<Consent>, selectedSpinnerPosition: Int) {
consentsListAdapter.updateData(requests.getSortedConsentListByLastUpdatedDate())
consentsListAdapter.updateData(requests)
}

fun getConsentFlow(): ConsentFlow {
Expand Down

0 comments on commit ff2af15

Please sign in to comment.