Skip to content

Commit

Permalink
fix height speedtest view
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabio-web committed Jan 27, 2022
1 parent 05c7399 commit 3fc585a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/app/modules/speedtest/view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ class SpeedtestPage extends GetView<SpeedtestController> {
),
SizedBox(height: 5.0.wp),
BuildGauge(),
SizedBox(height: 5.0.wp),
Obx(() => Padding(
padding: container,
child: controller.isStarted.value ?
Expand Down

0 comments on commit 3fc585a

Please sign in to comment.