Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ec064f34 authored by Peter Cai's avatar Peter Cai
Browse files

Reintroduce action menus that were accidentally removed

parent 64c412c3
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -57,6 +57,8 @@ class ProfileDownloadFragment : DialogFragment(), EuiccFragmentMarker, Toolbar.O
        profileDownloadCode = view.findViewById(R.id.profile_download_code)
        progress = view.findViewById(R.id.progress)

        toolbar.inflateMenu(R.menu.fragment_profile_download)

        return view
    }

+2 −0
Original line number Diff line number Diff line
@@ -52,6 +52,8 @@ class ProfileRenameFragment : DialogFragment(), EuiccFragmentMarker {
        profileRenameNewName = view.findViewById(R.id.profile_rename_new_name)
        progress = view.findViewById(R.id.progress)

        toolbar.inflateMenu(R.menu.fragment_profile_rename)

        return view
    }