Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
SachitMisra committed Jul 15, 2020
1 parent b01f04e commit ce18b8f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lib/ResultPage.dart
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,10 @@ class _ResultPageState extends State<ResultPage> {
),
GestureDetector(
onTap: () async {
launch(
"https://github.com/MSPC-Tech/MentalHealthApp/raw/master/static/Get%20Help%20Now.pdf");
Navigator.push(
context,
MaterialPageRoute(
builder: (context) => MyApp()));
},
child: Text(
"Click here to Get Help Now!",
Expand Down

0 comments on commit ce18b8f

Please sign in to comment.