Fix player panel height issue.
This commit is contained in:
parent
b23fb3f38d
commit
9ae9a27206
|
@ -259,12 +259,12 @@ class _HomeState extends State<Home> with SingleTickerProviderStateMixin {
|
||||||
}),
|
}),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
Container(child: PlayerWidget(playerKey: _playerKey)),
|
Container(child: PlayerWidget(playerKey: _playerKey)),
|
||||||
],
|
],
|
||||||
),
|
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue