Bring in TabbedView nearly verbatim from prior work
Sourced from https://github.com/matrix-org/matrix-react-sdk/pull/1644 and related PRs.
This commit is contained in:
parent
0e42c0892e
commit
5adfc09237
8 changed files with 284 additions and 28 deletions
|
@ -612,9 +612,7 @@ export default React.createClass({
|
|||
break;
|
||||
case 'view_user_settings':
|
||||
const UserSettingsDialog = sdk.getComponent("dialogs.UserSettingsDialog");
|
||||
Modal.createTrackedDialog('User settings', '', UserSettingsDialog, {
|
||||
title: _t("Settings"),
|
||||
});
|
||||
Modal.createTrackedDialog('User settings', '', UserSettingsDialog, {});
|
||||
//this._setPage(PageTypes.UserSettings);
|
||||
//this.notifyNewScreen('settings');
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue