Merge "Fixing incomplete RemoteAction clone" into pi-dev
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user