mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-11-01 23:29:57 +00:00
Refactor, cleanup, backstack works
This commit is contained in:
@@ -56,6 +56,12 @@ public class LogFragment extends Fragment {
|
||||
setHasOptionsMenu(true);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onResume() {
|
||||
super.onResume();
|
||||
getActivity().setTitle("Log");
|
||||
}
|
||||
|
||||
@Override
|
||||
public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {
|
||||
View view = inflater.inflate(R.layout.log_fragment, container, false);
|
||||
|
||||
Reference in New Issue
Block a user