diff --git a/react/features/mobile/navigation/middleware.js b/react/features/mobile/navigation/middleware.js index b0ef6975c..492232862 100644 --- a/react/features/mobile/navigation/middleware.js +++ b/react/features/mobile/navigation/middleware.js @@ -38,7 +38,7 @@ function _setRoom(store, next, action) { if (!oldRoom && newRoom) { navigateRoot(screen.conference.root); - } else if (oldRoom && !newRoom) { + } else if (!newRoom) { navigateRoot(screen.root); }