refactor: Make widgets null safe
This commit is contained in:
parent
89450dc763
commit
f2d9c9ecf1
11 changed files with 107 additions and 82 deletions
|
|
@ -45,7 +45,7 @@ class SearchController extends State<Search> {
|
|||
showModalBottomSheet(
|
||||
context: context,
|
||||
builder: (c) => PublicRoomBottomSheet(
|
||||
roomAlias: room.canonicalAlias,
|
||||
roomAlias: room.canonicalAlias ?? room.roomId,
|
||||
outerContext: context,
|
||||
chunk: room,
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue