diff --git a/lib/select_character/view/character_selection_page.dart b/lib/select_character/view/character_selection_page.dart index 4d58ed81..8e652f72 100644 --- a/lib/select_character/view/character_selection_page.dart +++ b/lib/select_character/view/character_selection_page.dart @@ -53,9 +53,6 @@ class CharacterSelectionView extends StatelessWidget { final height = MediaQuery.of(context).size.height * 0.5; Navigator.of(context).pop(); - // TODO(arturplaczek): remove after merge StarBlocListener - final height = MediaQuery.of(context).size.height * 0.5; - showDialog( context: context, builder: (context) {