WidgetSpan 和 PlaceholderSpan 需要改成public
Closed this issue · 1 comments
xuexirong commented
public class WidgetSpan : PlaceholderSpan, IEquatable {
public abstract class PlaceholderSpan : InlineSpan {
zhuxingwei commented
fixed in #12
Closed this issue · 1 comments
public class WidgetSpan : PlaceholderSpan, IEquatable {
public abstract class PlaceholderSpan : InlineSpan {
fixed in #12