zhangke3016 / ViewSpreadTranslationController

View Spread TranslationController for Android.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

没有 mStartActivity

ruanguihua opened this issue · comments

if(this.mStartActivity == null){//如果是跳转Activity 则不处理触摸事件 否则处理
frmlayout.setTouchIntecepted(true);
}
没有 mStartActivity
Error:(63, 28) 错误: 找不到符号
符号: 变量 mStartActivity

@ruanguihua 去掉"this.mStartActivity"中的"this."后OK,因为父类有mStartActivity。