Fixed suggested actions

This commit is contained in:
M66B
2025-10-15 17:43:54 +02:00
parent 621e28560a
commit 513534d448

View File

@@ -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);