From d3617f14021b6134e3144984b6f6d4237b373fa9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elias=20M=C3=BCller?= Date: Sun, 10 Mar 2024 17:49:14 +0100 Subject: [PATCH] Added missing arrow on 'rate app' button --- lib/view/pages/more/overhang.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/view/pages/more/overhang.dart b/lib/view/pages/more/overhang.dart index 23a5b69..7a02f07 100644 --- a/lib/view/pages/more/overhang.dart +++ b/lib/view/pages/more/overhang.dart @@ -50,6 +50,7 @@ class Overhang extends StatelessWidget { child: ListTile( leading: const CenteredLeading(Icon(Icons.star_rate_outlined)), title: const Text("App Bewerten"), + trailing: const Icon(Icons.arrow_right), onTap: () { InAppReview.instance.openStoreListing(appStoreId: "6458789560").then( (value) => InfoDialog.show(context, "Vielen Dank!"),