修复有草稿箱进去回答答案成功后无法刷新页面问题
This commit is contained in:
@ -164,7 +164,8 @@ public abstract class BaseFragment<T> extends Fragment implements OnRequestCallB
|
||||
}
|
||||
|
||||
public void toast(String msg) {
|
||||
Utils.toast(getContext(), msg);
|
||||
if (getContext() != null)
|
||||
Utils.toast(getContext(), msg);
|
||||
}
|
||||
|
||||
public void toastLong(@StringRes int msg) {
|
||||
|
||||
Reference in New Issue
Block a user