处理一些闪退问题

This commit is contained in:
nich
2020-02-03 17:15:44 +08:00
parent 4b1ab3453f
commit 118936845e
5 changed files with 12 additions and 5 deletions

View File

@ -52,7 +52,7 @@ public abstract class BaseFragment<T> extends Fragment implements OnRequestCallB
protected boolean isEverPause;
@NonNull
protected String mEntrance;
protected String mEntrance = "";
protected final Handler mBaseHandler = new BaseFragment.BaseHandler(this);