Commit 2eba8930 by Zac Chan

syntex error

parent 11b60b2b
......@@ -85,7 +85,7 @@ public class FluttertoastPlugin implements MethodCallHandler {
TextView text = toast.getView().findViewById(android.R.id.message);
text.setTextSize(textSize.floatValue());
text.setMaxLines(1)
text.setMaxLines(1);
final View toastView = toast.getView();
......
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