Skip to content

Commit

Permalink
Fix data settings
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDoctorDE committed Sep 15, 2022
1 parent 5e006aa commit cb40814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/settings/data.dart
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class _DataSettingsPageState extends State<DataSettingsPage> {
child: Column(
crossAxisAlignment: CrossAxisAlignment.stretch,
children: [
if (!kIsWeb || !Platform.isAndroid)
if (!kIsWeb && !Platform.isAndroid)
ListTile(
title: Text(AppLocalizations.of(context)!
.documentDirectory),
Expand Down

1 comment on commit cb40814

@vercel
Copy link

@vercel vercel bot commented on cb40814 Sep 15, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.