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 =
|
_ctrIcon =
|
||||||
icon;
|
icon;
|
||||||
});
|
});
|
||||||
Navigator.of(
|
Navigator.of(ctx)
|
||||||
context)
|
|
||||||
.pop();
|
.pop();
|
||||||
}));
|
}));
|
||||||
}).toList())),
|
}).toList())),
|
||||||
|
|
Loading…
Reference in a new issue