mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 21:58:52 +02:00
Use chooser
This commit is contained in:
@@ -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(intent, ActivitySetup.REQUEST_IDENITY_SIGNATURE);
|
||||
startActivityForResult(Helper.getChooser(getContext(), intent), ActivitySetup.REQUEST_IDENITY_SIGNATURE);
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user