mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 06:08:31 +02:00
Added sharesheet chooser titles
This commit is contained in:
@@ -275,6 +275,7 @@ public class AdapterAttachment extends RecyclerView.Adapter<AdapterAttachment.Vi
|
||||
new ShareCompat.IntentBuilder(context)
|
||||
.setType(attachment.getMimeType())
|
||||
.addStream(uri)
|
||||
.setChooserTitle(R.string.title_select_app)
|
||||
.startChooser();
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user