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

Commit 82614bed authored by Robin Lee's avatar Robin Lee Committed by Android (Google) Code Review
Browse files

Merge "Do not treat EXTRA_SMALL_ICON <int> as Parcelable" into pi-dev

parents bcae0ff7 a6b5344b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2767,7 +2767,6 @@ public class Notification implements Parcelable
     */
    private void fixDuplicateExtras() {
        if (extras != null) {
            fixDuplicateExtra(mSmallIcon, EXTRA_SMALL_ICON);
            fixDuplicateExtra(mLargeIcon, EXTRA_LARGE_ICON);
        }
    }