mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-01 10:35:15 +01:00
@@ -335,7 +335,7 @@ public class FragmentIdentity extends FragmentBase {
|
||||
public void onClick(View v) {
|
||||
Intent intent = new Intent(getContext(), ActivitySignature.class);
|
||||
intent.putExtra("html", signature);
|
||||
startActivityForResult(Helper.getChooser(getContext(), intent), ActivitySetup.REQUEST_IDENITY_SIGNATURE);
|
||||
startActivityForResult(intent, ActivitySetup.REQUEST_IDENITY_SIGNATURE);
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user