Small refactoring fixes

This commit is contained in:
topjohnwu
2018-12-13 06:05:19 -05:00
parent bce9cfa39a
commit fd7786633d
3 changed files with 5 additions and 9 deletions

View File

@@ -10,13 +10,9 @@ import butterknife.Unbinder;
public class BaseFragment extends Fragment implements Topic.AutoSubscriber {
public App app;
public App app = App.self;
protected Unbinder unbinder = null;
public BaseFragment() {
app = App.self;
}
@Override
public void onResume() {
super.onResume();