From ac9e3e9ff3bb0d61e4fab8ec83840d0d049bbb7d Mon Sep 17 00:00:00 2001 From: Kima Date: Sat, 2 Sep 2023 20:53:09 +0200 Subject: [PATCH] removed reasonless test button lol --- .../lib/ui/mobile/goal_planner/goal_state_screen.dart | 7 ------- 1 file changed, 7 deletions(-) diff --git a/filcnaplo_premium/lib/ui/mobile/goal_planner/goal_state_screen.dart b/filcnaplo_premium/lib/ui/mobile/goal_planner/goal_state_screen.dart index c056309..19e5d3b 100644 --- a/filcnaplo_premium/lib/ui/mobile/goal_planner/goal_state_screen.dart +++ b/filcnaplo_premium/lib/ui/mobile/goal_planner/goal_state_screen.dart @@ -18,7 +18,6 @@ import 'package:flutter/material.dart'; import 'package:flutter_feather_icons/flutter_feather_icons.dart'; import 'package:provider/provider.dart'; -import 'goal_complete_modal.dart'; import 'goal_planner_screen.dart'; import 'graph.dart'; @@ -424,12 +423,6 @@ class _GoalStateScreenState extends State { plan: plan!, ) : const Text(''), - TextButton( - onPressed: () async { - GoalCompleteModal.show(widget.subject, - context: context); - }, - child: const Text('faszteszt')) ], ), ),