Check S/MIME sender/signature address

This commit is contained in:
M66B
2019-12-05 13:02:33 +01:00
parent ff6237d690
commit ff919d0350
4 changed files with 155 additions and 33 deletions

View File

@@ -3971,7 +3971,7 @@ public class FragmentCompose extends FragmentBase {
public Dialog onCreateDialog(@Nullable Bundle savedInstanceState) {
email = getArguments().getString("email");
View dview = LayoutInflater.from(getContext()).inflate(R.layout.dialog_certificate, null);
View dview = LayoutInflater.from(getContext()).inflate(R.layout.dialog_select_certificate, null);
final RecyclerView rvCertificate = dview.findViewById(R.id.rvCertificate);
final ProgressBar pbWait = dview.findViewById(R.id.pbWait);