mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-30 01:21:11 +01:00
Fixed warnings
This commit is contained in:
@@ -33,8 +33,6 @@ public class FragmentLegend extends FragmentEx {
|
||||
public View onCreateView(@NonNull LayoutInflater inflater, @Nullable ViewGroup container, @Nullable Bundle savedInstanceState) {
|
||||
setSubtitle(R.string.menu_legend);
|
||||
|
||||
View view = inflater.inflate(R.layout.fragment_legend, container, false);
|
||||
|
||||
return view;
|
||||
return inflater.inflate(R.layout.fragment_legend, container, false);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user