Fixed default proximo sort order

This commit is contained in:
Arnaud Vergnet 2020-04-28 22:16:14 +02:00
parent aeb7c438b1
commit 660bbd856a

View file

@ -61,7 +61,7 @@ class ProximoListScreen extends React.Component<Props, State> {
constructor(props) {
super(props);
this.listData = this.props.route.params['data']['data'];
this.listData = this.props.route.params['data']['data'].sort(sortName);
this.shouldFocusSearchBar = this.props.route.params['shouldFocusSearchBar'];
this.state = {
currentSearchString: '',