Fixed bug where closing the icon selector would close the screen
This commit is contained in:
parent
1ba36ff9f0
commit
4cfa4c2ad0
1 changed files with 1 additions and 2 deletions
|
@ -106,8 +106,7 @@ class _NewRoomPageState extends State {
|
|||
_ctrIcon =
|
||||
icon;
|
||||
});
|
||||
Navigator.of(
|
||||
context)
|
||||
Navigator.of(ctx)
|
||||
.pop();
|
||||
}));
|
||||
}).toList())),
|
||||
|
|
Loading…
Reference in a new issue