1
0
Ответвление 0
ответвлён от vergnet/application-amicale

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

Этот коммит содержится в:
keplyx 2020-03-08 14:22:10 +01:00
родитель 850a64571c 70c8c59059
коммит e48b319e8c

Просмотреть файл

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