mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-16 10:46:00 -07:00
fix: Small bugfix for licenses page
This commit is contained in:
parent
5035d1d2c1
commit
8fd72718b8
2 changed files with 1 additions and 1 deletions
|
|
@ -99,6 +99,7 @@ class AboutSettingsPage extends ConsumerWidget {
|
||||||
applicationIcon: const FladderIcon(size: 55),
|
applicationIcon: const FladderIcon(size: 55),
|
||||||
applicationVersion: applicationInfo.versionPlatformBuild,
|
applicationVersion: applicationInfo.versionPlatformBuild,
|
||||||
applicationLegalese: "DonutWare",
|
applicationLegalese: "DonutWare",
|
||||||
|
useRootNavigator: true,
|
||||||
),
|
),
|
||||||
child: Text(context.localized.aboutLicenses),
|
child: Text(context.localized.aboutLicenses),
|
||||||
)
|
)
|
||||||
|
|
|
||||||
|
|
@ -45,7 +45,6 @@ class _SettingsUpdateInformationState extends ConsumerState<SettingsUpdateInform
|
||||||
return Padding(
|
return Padding(
|
||||||
padding: const EdgeInsets.symmetric(horizontal: 12),
|
padding: const EdgeInsets.symmetric(horizontal: 12),
|
||||||
child: ListView(
|
child: ListView(
|
||||||
// spacing: 8,
|
|
||||||
shrinkWrap: true,
|
shrinkWrap: true,
|
||||||
children: [
|
children: [
|
||||||
const Divider(),
|
const Divider(),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue