Commit bcf0f91c by Karthik Ponnam Committed by GitHub

Incomplete text fix

parent 83530133
......@@ -101,7 +101,6 @@ public class FluttertoastPlugin implements MethodCallHandler {
final TextView text = toast.getView().findViewById(android.R.id.message);
text.setTextSize(textSize.floatValue());
text.setMaxLines(1);
if(bgcolor != null) {
......
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