mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-28 03:36:45 +02:00
Fixed back from legend
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user