mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-12 20:13:45 +02:00
Fixed suggested actions
This commit is contained in:
@@ -3695,7 +3695,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
||||
onCopy();
|
||||
break;
|
||||
default:
|
||||
raction.getActionIntent().send(); // PendingIntentCompat.send()
|
||||
raction.getActionIntent().send(Helper.getBackgroundActivityOptions());
|
||||
}
|
||||
} catch (Throwable ex) {
|
||||
Log.e(ex);
|
||||
|
||||
Reference in New Issue
Block a user