summaryrefslogtreecommitdiff
path: root/android/app/RemoteAction.java
diff options
context:
space:
mode:
Diffstat (limited to 'android/app/RemoteAction.java')
-rw-r--r--android/app/RemoteAction.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/android/app/RemoteAction.java b/android/app/RemoteAction.java
index 47741c02..c1746655 100644
--- a/android/app/RemoteAction.java
+++ b/android/app/RemoteAction.java
@@ -122,6 +122,7 @@ public final class RemoteAction implements Parcelable {
public RemoteAction clone() {
RemoteAction action = new RemoteAction(mIcon, mTitle, mContentDescription, mActionIntent);
action.setEnabled(mEnabled);
+ action.setShouldShowIcon(mShouldShowIcon);
return action;
}