Commit ed1384e8 by Zac Chan

test

parent 04f51d29
...@@ -45,7 +45,7 @@ public class FluttertoastPlugin implements MethodCallHandler { ...@@ -45,7 +45,7 @@ public class FluttertoastPlugin implements MethodCallHandler {
final Toast toast = Toast.makeText(ctx, msg, Toast.LENGTH_SHORT); final Toast toast = Toast.makeText(ctx, msg, Toast.LENGTH_SHORT);
//Added to see if new
toast.setText(msg); toast.setText(msg);
......
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