From 660bbd856a957b6955a25f19eb2d879ea3b3fccf Mon Sep 17 00:00:00 2001 From: Arnaud Vergnet Date: Tue, 28 Apr 2020 22:16:14 +0200 Subject: [PATCH] Fixed default proximo sort order --- src/screens/Services/Proximo/ProximoListScreen.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/screens/Services/Proximo/ProximoListScreen.js b/src/screens/Services/Proximo/ProximoListScreen.js index 7579266..8cd74e6 100644 --- a/src/screens/Services/Proximo/ProximoListScreen.js +++ b/src/screens/Services/Proximo/ProximoListScreen.js @@ -61,7 +61,7 @@ class ProximoListScreen extends React.Component { 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: '',