-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
14 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -209,7 +209,7 @@ Do you agree to ALL the above Terms, Conditions, and Privacy Policy? By clicking | |
), | ||
PageViewModel( | ||
title: "Join the Forum", | ||
bodyWidget: const Text("For 24/7 help, join our forum\n\n[email protected]."), | ||
bodyWidget: const SelectableText("For 24/7 help, join our forum\n\nhttps://groups.google.com/g/apps4av-forum"), | ||
image: _buildImage('forum.png'), | ||
decoration: pageDecoration, | ||
), | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -66,7 +66,7 @@ class OnlineScreenState extends State<OnlineScreen> { | |
Visibility(visible: _visibleProgressLogin, child: const CircularProgressIndicator()) | ||
]), | ||
if(loggedIn) | ||
Text("You are currently logged in as $email, and your data is backed up automatically when Internet connection is available."), | ||
Text("You are currently logged in as $email, and your data is backed up automatically when Internet connection is available.\nTo delete this account, along with the app's backed up data, send an email to [email protected], with Subject 'Delete Account'."), | ||
if(loggedIn) | ||
Row(children: [TextButton( | ||
onPressed: () { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters