Skip to content

Commit

Permalink
temporary hide picture bed function
Browse files Browse the repository at this point in the history
  • Loading branch information
kidozh committed Nov 28, 2024
1 parent cf941ff commit a193d38
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions lib/page/SettingPage.dart
Original file line number Diff line number Diff line change
Expand Up @@ -122,17 +122,17 @@ class _SettingPageState extends State<SettingPage> {
});
}, initialValue: recordHistory,
),
SettingsTile.navigation(
title: Text(S.of(context).pictureBedTitle),
leading: Icon(AppPlatformIcons(context).pictureBedOutlined),
onPressed: (_) {
VibrationUtils.vibrateWithClickIfPossible();
Navigator.of(context).push(platformPageRoute(
builder: (_) => ConfigurePictureBedPage(),
context: context,
));
},
),
// SettingsTile.navigation(
// title: Text(S.of(context).pictureBedTitle),
// leading: Icon(AppPlatformIcons(context).pictureBedOutlined),
// onPressed: (_) {
// VibrationUtils.vibrateWithClickIfPossible();
// Navigator.of(context).push(platformPageRoute(
// builder: (_) => ConfigurePictureBedPage(),
// context: context,
// ));
// },
// ),
// SettingsTile.navigation(
// title: Text(S.of(context).pushNotification),
// leading: Icon(AppPlatformIcons(context).pushServiceOutlined),
Expand Down

0 comments on commit a193d38

Please sign in to comment.