mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-11-01 23:29:57 +00:00
Rename fragment layouts
This commit is contained in:
@@ -62,7 +62,7 @@ public class LogFragment extends Fragment {
|
||||
@Nullable
|
||||
@Override
|
||||
public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {
|
||||
View view = inflater.inflate(R.layout.log_fragment, container, false);
|
||||
View view = inflater.inflate(R.layout.fragment_log, container, false);
|
||||
unbinder = ButterKnife.bind(this, view);
|
||||
|
||||
txtLog.setTextIsSelectable(true);
|
||||
|
||||
Reference in New Issue
Block a user