Commit 46abc7f3 authored by GayaniPKarunaratne's avatar GayaniPKarunaratne

Change some codes

parent 40cfdcd3
......@@ -11,7 +11,7 @@ class _LoadingScreenState extends State<LoadingScreen> {
@override
void initState() {
super.initState();
Timer(Duration(seconds: 3), () {
Timer(Duration(seconds: 2), () {
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