chore: todo for future ui refactor

pull/98/head
RuiAlonso 4 years ago
parent d14e16ff23
commit a8819c1a7d

@ -86,6 +86,7 @@ class _GameOverDialogViewState extends State<GameOverDialogView> {
const SizedBox(
height: 10,
),
// TODO(ruimiguel): refactor this view once UI design finished.
BlocBuilder<LeaderboardBloc, LeaderboardState>(
builder: (context, state) {
switch (state.status) {

Loading…
Cancel
Save