fix: Wrong urls

This commit is contained in:
Christian Pauly 2021-02-02 17:42:19 +01:00
commit 4f5af3ca37
3 changed files with 1 additions and 10 deletions

View file

@ -40,10 +40,6 @@ abstract class PlatformInfos {
context: context,
children: [
Text('Version: $version'),
RaisedButton(
child: Text(L10n.of(context).privacy),
onPressed: () => launch(AppConfig.privacyUrl),
),
RaisedButton(
child: Text(L10n.of(context).sourceCode),
onPressed: () => launch(AppConfig.sourceCodeUrl),