Commit ac02a9e1 authored by GayaniPKarunaratne's avatar GayaniPKarunaratne

Change Duration in Loading page

parent 46abc7f3
......@@ -11,7 +11,7 @@ class _LoadingScreenState extends State<LoadingScreen> {
@override
void initState() {
super.initState();
Timer(Duration(seconds: 2), () {
Timer(Duration(seconds: 3), () {
Navigator.of(context).pushReplacement(MaterialPageRoute(
builder: (context) => EAnalyzerDash(),
));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment