Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 769825b4 authored by Michael Biebl's avatar Michael Biebl Committed by GitHub
Browse files

AboutActivity: Add back no warranty disclaimer (#477)

This was dropped during the Compose rewrite.
Also align the copyright information as it looks better.
parent a792d4db
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -277,6 +277,15 @@ fun AboutApp(licenseInfoProvider: AboutActivity.AppLicenseInfoProvider? = null)
        Text(
            stringResource(R.string.about_copyright),
            style = MaterialTheme.typography.body1,
            textAlign = TextAlign.Center,
            modifier = Modifier
                .fillMaxWidth()
                .padding(vertical = 8.dp)
        )

        Text(
            stringResource(R.string.about_license_info_no_warranty),
            style = MaterialTheme.typography.body1,
            modifier = Modifier
                .fillMaxWidth()
                .padding(vertical = 8.dp)