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

Commit a1ef7a93 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

Change-Id: I7e21a751ab3693c67ad6521e661a21d109e0c1fd
parents d7fb6915 739199f3
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;
    }