Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
keplyx 2020-03-08 14:22:10 +01:00
commit e48b319e8c

View file

@ -110,6 +110,7 @@ export default class ProximoListScreen extends React.Component<Props, State> {
this.props.navigation.setOptions({ this.props.navigation.setOptions({
headerRight: button, headerRight: button,
headerTitle: title, headerTitle: title,
headerTitleContainerStyle: {marginHorizontal: 0, right: 50, left: 50},
}); });
this.setSortMode(1); this.setSortMode(1);
} }