Fixing formatting

This commit is contained in:
naeem 2025-09-28 20:56:37 +01:00
parent 7a903d39c0
commit 9731a1a60f
6 changed files with 18 additions and 41 deletions

View file

@ -86,8 +86,6 @@ class LiveWallpaperSetupPage extends HookConsumerWidget {
}
}
return Scaffold(
appBar: AppBar(title: Text('live_wallpaper_setup_title'.tr())),
body: Padding(
@ -132,7 +130,6 @@ class LiveWallpaperSetupPage extends HookConsumerWidget {
onPressed: onSetWallpaper,
),
),
],
),
),
@ -250,5 +247,3 @@ class _RotationControl extends StatelessWidget {
);
}
}