Skip to content

Commit

Permalink
TF-3258 Remove app grid on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
dab246 committed Nov 7, 2024
1 parent cce2e45 commit d22a549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/features/mailbox/presentation/mailbox_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ class MailboxView extends BaseMailboxView {
);
}),
Obx(() => MailboxLoadingBarWidget(viewState: controller.viewState.value)),
AppConfig.appGridDashboardAvailable
AppConfig.appGridDashboardAvailable && !PlatformInfo.isMobile
? buildAppGridDashboard(context, controller.responsiveUtils, controller.imagePaths, controller)
: const SizedBox.shrink(),
const SizedBox(height: 8),
Expand Down

0 comments on commit d22a549

Please sign in to comment.