From ce18b8f148d8ea413e258767c38b18e3f9559026 Mon Sep 17 00:00:00 2001 From: Vidit Misra Date: Wed, 15 Jul 2020 17:07:57 +0530 Subject: [PATCH] Updated --- lib/ResultPage.dart | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/ResultPage.dart b/lib/ResultPage.dart index e3617af..7b8c478 100644 --- a/lib/ResultPage.dart +++ b/lib/ResultPage.dart @@ -239,8 +239,10 @@ class _ResultPageState extends State { ), 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!",