|
|
@ -46,13 +46,12 @@ class CharacterSelectionView extends StatelessWidget {
|
|
|
|
const SizedBox(height: 20),
|
|
|
|
const SizedBox(height: 20),
|
|
|
|
TextButton(
|
|
|
|
TextButton(
|
|
|
|
onPressed: () {
|
|
|
|
onPressed: () {
|
|
|
|
|
|
|
|
Navigator.of(context).pop();
|
|
|
|
// TODO(arturplaczek): remove after merge StarBlocListener
|
|
|
|
// TODO(arturplaczek): remove after merge StarBlocListener
|
|
|
|
final height = MediaQuery.of(context).size.height * 0.5;
|
|
|
|
final height = MediaQuery.of(context).size.height * 0.5;
|
|
|
|
|
|
|
|
|
|
|
|
Navigator.of(context).pop();
|
|
|
|
|
|
|
|
showDialog<void>(
|
|
|
|
showDialog<void>(
|
|
|
|
context: context,
|
|
|
|
context: context,
|
|
|
|
builder: (context) => Center(
|
|
|
|
builder: (_) => Center(
|
|
|
|
child: SizedBox(
|
|
|
|
child: SizedBox(
|
|
|
|
height: height,
|
|
|
|
height: height,
|
|
|
|
width: height * 1.4,
|
|
|
|
width: height * 1.4,
|
|
|
|