Make uses of AddressPickerDialog static dialogs

Fixes https://github.com/vector-im/riot-web/issues/10603

Static dialogs are ones that stay open underneath other dialogs, like the terms of service prompt. This is how user/room settings operate.
This commit is contained in:
Travis Ralston 2019-09-10 11:01:20 -06:00
parent c6f3ca20c0
commit 4fbedec013
3 changed files with 6 additions and 6 deletions

View file

@ -120,7 +120,7 @@ const CategoryRoomList = createReactClass({
});
});
},
});
}, /*className=*/null, /*isPriority=*/false, /*isStatic=*/true);
},
render: function() {
@ -297,7 +297,7 @@ const RoleUserList = createReactClass({
});
});
},
});
}, /*className=*/null, /*isPriority=*/false, /*isStatic=*/true);
},
render: function() {