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

Commit 63099bbc 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"

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