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

Commit 739199f3 authored by Jan Althaus's avatar Jan Althaus Committed by Android (Google) Code Review
Browse files

Merge "Fixing incomplete RemoteAction clone" into pi-dev

parents 8ee96517 ab78047a
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;
    }