From 00e7da4bd2c4352769bdcc836be5d0edd582fb29 Mon Sep 17 00:00:00 2001 From: Arnaud Vergnet Date: Sun, 12 Apr 2020 17:14:14 +0200 Subject: [PATCH] Improved proximo sort menu --- src/screens/Proximo/ProximoListScreen.js | 36 +++--------------------- 1 file changed, 4 insertions(+), 32 deletions(-) diff --git a/src/screens/Proximo/ProximoListScreen.js b/src/screens/Proximo/ProximoListScreen.js index a51e6ce..90b54b0 100644 --- a/src/screens/Proximo/ProximoListScreen.js +++ b/src/screens/Proximo/ProximoListScreen.js @@ -227,38 +227,10 @@ class ProximoListScreen extends React.Component { onValueChange={value => this.setSortMode(value)} value={this.state.currentSortMode} > - - - {i18n.t('proximoScreen.sortPrice')} - - - - {i18n.t('proximoScreen.sortPriceReverse')} - - - - {i18n.t('proximoScreen.sortName')} - - - - {i18n.t('proximoScreen.sortNameReverse')} - + + + + );