diff --git a/app/views/RoomView/index.js b/app/views/RoomView/index.js index ea8164f8a..38a39d979 100644 --- a/app/views/RoomView/index.js +++ b/app/views/RoomView/index.js @@ -1008,12 +1008,7 @@ class RoomView extends React.Component { renderActions = () => { const { room, readOnly } = this.state; - const { - user, navigation - } = this.props; - if (!navigation.isFocused()) { - return null; - } + const { user } = this.props; return ( <>