mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-26 01:36:55 +00:00
Restored semantic reply
This commit is contained in:
parent
cfbc92ebc6
commit
608f68a49f
1 changed files with 1 additions and 0 deletions
|
@ -3927,6 +3927,7 @@ class Core {
|
||||||
R.drawable.twotone_reply_24,
|
R.drawable.twotone_reply_24,
|
||||||
context.getString(R.string.title_advanced_notify_action_reply),
|
context.getString(R.string.title_advanced_notify_action_reply),
|
||||||
piReply)
|
piReply)
|
||||||
|
.setSemanticAction(NotificationCompat.Action.SEMANTIC_ACTION_REPLY)
|
||||||
.setShowsUserInterface(true)
|
.setShowsUserInterface(true)
|
||||||
.setAllowGeneratedReplies(false);
|
.setAllowGeneratedReplies(false);
|
||||||
mbuilder.addAction(actionReply.build());
|
mbuilder.addAction(actionReply.build());
|
||||||
|
|
Loading…
Reference in a new issue