fix: optimization for iOS #30
1 changed files with 164 additions and 162 deletions
|
@ -107,7 +107,9 @@ class _SettingsViewState extends State<SettingsView> {
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
|
if (!Platform.isIOS)
|
||||||
SettingsSection(
|
SettingsSection(
|
||||||
|
//! TODO: Find a replacement for iOS
|
||||||
title: Text(AppLocalizations.of(context).settingsData),
|
title: Text(AppLocalizations.of(context).settingsData),
|
||||||
tiles: [
|
tiles: [
|
||||||
SettingsTile.navigation(
|
SettingsTile.navigation(
|
||||||
|
|
Loading…
Reference in a new issue