Skip to content

Commit

Permalink
Hide app analytics widget (#1720)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdmohsin7 authored Jan 21, 2025
2 parents a500984 + 764f04f commit ee45f40
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/lib/pages/apps/app_detail/app_detail.dart
Original file line number Diff line number Diff line change
Expand Up @@ -721,10 +721,10 @@ class _AppDetailPageState extends State<AppDetailPage> {
: 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),
],
),
Expand Down

0 comments on commit ee45f40

Please sign in to comment.