diff --git a/app/lib/pages/apps/app_detail/app_detail.dart b/app/lib/pages/apps/app_detail/app_detail.dart index dccc970bd..75eebf80d 100644 --- a/app/lib/pages/apps/app_detail/app_detail.dart +++ b/app/lib/pages/apps/app_detail/app_detail.dart @@ -721,10 +721,10 @@ class _AppDetailPageState extends State { : const SizedBox.shrink(), // isIntegration ? const SizedBox(height: 16) : const SizedBox.shrink(), // widget.plugin.worksExternally() ? const SizedBox(height: 16) : const SizedBox.shrink(), - app.private - ? const SizedBox.shrink() - : AppAnalyticsWidget( - installs: app.installs, moneyMade: app.isPaid ? ((app.price ?? 0) * app.installs) : 0), + // app.private + // ? const SizedBox.shrink() + // : AppAnalyticsWidget( + // installs: app.installs, moneyMade: app.isPaid ? ((app.price ?? 0) * app.installs) : 0), const SizedBox(height: 60), ], ),