@Override
public void onAttach(Context context) {
listener= (MyListener) temp;
super.onAttach(context);
}
在android studio自动补全重写代码是这样的,但是这样在下面调用listener.thank(code)程序就崩溃了
好梦易醒
相关分类