mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-10-17 11:03:00 +00:00
Small refactoring fixes
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user