@@ -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
}
@@ -52,6 +52,8 @@ class ProfileRenameFragment : DialogFragment(), EuiccFragmentMarker {
profileRenameNewName = view.findViewById(R.id.profile_rename_new_name)
+ toolbar.inflateMenu(R.menu.fragment_profile_rename)