Fixed default proximo sort order
このコミットが含まれているのは:
コミット
660bbd856a
1個のファイルの変更、1行の追加、1行の削除
|
|
@ -61,7 +61,7 @@ class ProximoListScreen extends React.Component<Props, State> {
|
||||||
|
|
||||||
constructor(props) {
|
constructor(props) {
|
||||||
super(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.shouldFocusSearchBar = this.props.route.params['shouldFocusSearchBar'];
|
||||||
this.state = {
|
this.state = {
|
||||||
currentSearchString: '',
|
currentSearchString: '',
|
||||||
|
|
|
||||||
読み込み中…
新しいイシューから参照