diff --git a/lib/pages/apps.dart b/lib/pages/apps.dart index 393c2ff..3e5084e 100644 --- a/lib/pages/apps.dart +++ b/lib/pages/apps.dart @@ -431,7 +431,9 @@ class AppsPageState extends State { child: Text( listedApps[index].app.releaseDate == null - ? tr('changes') + ? showChanges != null + ? tr('changes') + : '' : DateFormat('yyyy-MM-dd') .format(listedApps[index] .app