mirror of
https://github.com/topjohnwu/Magisk.git
synced 2026-01-18 23:56:13 -08:00
Remove boilderplate
This commit is contained in:
@@ -45,8 +45,6 @@ public class MagiskFragment extends Fragment
|
||||
implements SwipeRefreshLayout.OnRefreshListener, ExpandableView, Topic.Subscriber {
|
||||
|
||||
private Container expandableContainer = new Container();
|
||||
|
||||
private MagiskManager mm;
|
||||
private Unbinder unbinder;
|
||||
private static boolean shownDialog = false;
|
||||
|
||||
@@ -140,8 +138,6 @@ public class MagiskFragment extends Fragment
|
||||
unbinder = ButterKnife.bind(this, v);
|
||||
requireActivity().setTitle(R.string.magisk);
|
||||
|
||||
mm = getApplication();
|
||||
|
||||
expandableContainer.expandLayout = expandLayout;
|
||||
setupExpandable();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user