feat(welcome/native): settings updates (#11830)

feat(settings/native): feature updates
This commit is contained in:
Calinteodor
2022-07-28 10:28:29 +03:00
committed by GitHub
parent e139c6d32d
commit 5ec6581d2e
34 changed files with 515 additions and 580 deletions

View File

@@ -40,7 +40,7 @@ export function goBackToRoot(stateful: Function | Object, dispatch: Function) {
const state = toState(stateful);
if (isWelcomePageEnabled(state)) {
navigateRoot(screen.root);
navigateRoot(screen.welcome.main);
} else {
// For JitsiSDK, WelcomePage is not available
_sendReadyToClose(dispatch);