removed notification test code

This commit is contained in:
broodjeaap89 2021-08-29 21:08:37 +02:00
parent 81b1bf6a82
commit 0039539548

View file

@ -40,13 +40,6 @@ class PizzaEventsState extends State<PizzaEventsPage> {
),
floatingActionButton: FloatingActionButton(
onPressed: () async {
var pizzaEventBox = Hive.box<PizzaEvent>("PizzaEvents");
if (pizzaEventBox.isNotEmpty){
var firstKey = pizzaEventBox.keys.first;
Navigator.pushNamed(context, "/event/notification", arguments: "${firstKey}__0");
return;
}
final dynamic newPizzaEvent = await Navigator.pushNamed(
context,
"/event/pick_recipe",