mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-25 18:33:36 +02:00
Added swipe to speech
This commit is contained in:
@@ -3673,7 +3673,7 @@ public class FragmentCompose extends FragmentBase {
|
||||
Context context = getContext();
|
||||
PackageManager pm = context.getPackageManager();
|
||||
if (photo) {
|
||||
// https://developer.android.com/training/camera/photobasics
|
||||
// https://developer.android.com/reference/android/provider/MediaStore#ACTION_IMAGE_CAPTURE
|
||||
Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE);
|
||||
if (intent.resolveActivity(pm) == null) { // action whitelisted
|
||||
Snackbar snackbar = Helper.setSnackbarOptions(
|
||||
|
||||
Reference in New Issue
Block a user