diff --git a/lib/screens/room/new.dart b/lib/screens/room/new.dart index e4118a5..a5ec3d3 100644 --- a/lib/screens/room/new.dart +++ b/lib/screens/room/new.dart @@ -106,8 +106,7 @@ class _NewRoomPageState extends State { _ctrIcon = icon; }); - Navigator.of( - context) + Navigator.of(ctx) .pop(); })); }).toList())),