Merge pull request #3414 from matrix-org/travis/address-picker-stack

Make uses of AddressPickerDialog static dialogs
This commit is contained in:
Travis Ralston 2019-09-10 12:38:40 -06:00 committed by GitHub
commit ccd42900f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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() {