Fixed bug where closing the icon selector would close the screen

This commit is contained in:
Jakob Meier 2023-04-01 20:15:17 +02:00
parent 1ba36ff9f0
commit 4cfa4c2ad0
No known key found for this signature in database
GPG key ID: 66BDC7E6A01A6152

View file

@ -106,8 +106,7 @@ class _NewRoomPageState extends State {
_ctrIcon =
icon;
});
Navigator.of(
context)
Navigator.of(ctx)
.pop();
}));
}).toList())),