diff --git a/README.md b/README.md
index 69ff73212..4a5829835 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ Operating System | Download | Alternative
-----------------|--------|-------------------
Windows (32 and 64-bit) | | Or get the Portable version
The [portable application](https://en.wikipedia.org/wiki/Portable_application) allows installing the software on a portable device such as a USB key. Simply copy the file JoplinPortable.exe in any directory on that USB key ; the application will then create a directory called "JoplinProfile" next to the executable file.
macOS | | You can also use Homebrew: `brew cask install joplin`
-Linux | | An Arch Linux package [is also available](#terminal-application).
If it works with your distribution (it has been tested on Ubuntu, Fedora, Gnome and Mint), the recommended way is to use this script as it will handle the desktop icon too:
`wget -O - https://raw.githubusercontent.com/laurent22/joplin/master/Joplin_install_and_update.sh | bash`
+Linux | | An Arch Linux package [is also available](#terminal-application).
If it works with your distribution (it has been tested on Ubuntu, Fedora, Gnome and Mint), the recommended way is to use this script as it will handle the desktop icon too:
`wget -O - https://raw.githubusercontent.com/laurent22/joplin/master/Joplin_install_and_update.sh \| bash`
## Mobile applications
diff --git a/ReactNativeClient/lib/reducer.js b/ReactNativeClient/lib/reducer.js
index 23a017b6c..9292dd892 100644
--- a/ReactNativeClient/lib/reducer.js
+++ b/ReactNativeClient/lib/reducer.js
@@ -487,13 +487,7 @@ const reducer = (state = defaultState, action) => {
newState = Object.assign({}, state);
newState.collapsedFolderIds = action.ids.slice();
break;
-
- case 'FOLDER_SET_COLLAPSED':
-
- newState = Object.assign({}, state);
- folderSetCollapsed(state, action);
- break;
-
+
case 'TAG_UPDATE_ALL':
newState = Object.assign({}, state);