Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f9671322 authored by Jan Althaus's avatar Jan Althaus Committed by android-build-merger
Browse files

Merge "Fixing incomplete RemoteAction clone" into pi-dev am: 739199f3

am: a1ef7a93

Change-Id: I07ba0ae9fbfc795f36fd2ddd6acf4c5d18cfd154
parents e75fa9ba a1ef7a93
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;
    }