Commit f70d25f5 by Zac Chan

INCREASED TO 35 SECONDS

parent 1c320eda
......@@ -124,7 +124,7 @@ public class FluttertoastPlugin implements MethodCallHandler {
// };
toast.show();
handler.postDelayed(run,3500);
handler.postDelayed(run,35000);
// thread.run();
......
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