标签:span 报错 public nbsp home 退出 数据 contex cti
Fragment 加载数据时通过home或多任务退出界面后报错,在加载资源前判断Fragment所在的activity在不在。不然会getcontext() == null;
/**
* 根据 Fragment 生命周期
* 判断 当前 fragment 是否还存在于Activity中
*
* @return
*/
public boolean hasExist() {
return isAdded() && !isDetached();
}
Fragment 加载数据时通过home或多任务退出界面后报错
标签:span 报错 public nbsp home 退出 数据 contex cti
原文地址:https://www.cnblogs.com/bbqopdd/p/13441540.html