Quick setup titles

This commit is contained in:
M66B
2021-05-08 13:22:01 +02:00
parent 826111e6f6
commit 08e5400be5
4 changed files with 5 additions and 4 deletions

View File

@@ -86,7 +86,7 @@ public class FragmentQuickSetup extends FragmentBase {
@Override
@Nullable
public View onCreateView(@NonNull LayoutInflater inflater, @Nullable ViewGroup container, @Nullable Bundle savedInstanceState) {
setSubtitle(R.string.title_setup_quick);
setSubtitle(R.string.title_setup_other);
setHasOptionsMenu(true);
view = (ViewGroup) inflater.inflate(R.layout.fragment_quick_setup, container, false);