Fixed back from legend

This commit is contained in:
M66B
2024-11-27 17:39:31 +01:00
parent dc65869e5d
commit 96ca2be3c9

View File

@@ -48,6 +48,7 @@ public class FragmentLegend extends FragmentBase {
@Nullable
public View onCreateView(@NonNull LayoutInflater inflater, @Nullable ViewGroup container, @Nullable Bundle savedInstanceState) {
setSubtitle(R.string.menu_legend);
setHasOptionsMenu(true); // To intercept back
if (savedInstanceState != null)
layout = savedInstanceState.getInt("fair:layout");