Changed default sort order
このコミットが含まれているのは:
コミット
4c6905a5d5
2個のファイルの変更、3行の追加、3行の削除
|
@ -63,8 +63,8 @@ class ProximoListScreen extends React.Component<Props, State> {
|
|||
this.originalData = this.props.route.params['data']['data'];
|
||||
this.shouldFocusSearchBar = this.props.route.params['shouldFocusSearchBar'];
|
||||
this.state = {
|
||||
currentlyDisplayedData: this.originalData.sort(sortPrice),
|
||||
currentSortMode: 1,
|
||||
currentlyDisplayedData: this.originalData.sort(sortName),
|
||||
currentSortMode: 3,
|
||||
modalCurrentDisplayItem: null,
|
||||
};
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@ export default class AsyncStorageManager {
|
|||
},
|
||||
updateNumber: {
|
||||
key: 'updateNumber',
|
||||
default: '1',
|
||||
default: '0',
|
||||
current: '',
|
||||
},
|
||||
proxiwashNotifications: {
|
||||
|
|
読み込み中…
新しいイシューから参照