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

Commit 836c20ed authored by Achim Thesmann's avatar Achim Thesmann Committed by Android (Google) Code Review
Browse files

Merge "Fix Unsafe Parcel Usage" into main

parents 49e2b1ac e2ad3574
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -436,8 +436,8 @@ public class AppWidgetHostView extends FrameLayout implements AppWidgetHost.AppW
            maxHeight = Math.max(maxHeight, paddedSize.getHeight());
        }
        if (paddedSizes.equals(
                widgetManager.getAppWidgetOptions(mAppWidgetId).<SizeF>getParcelableArrayList(
                        AppWidgetManager.OPTION_APPWIDGET_SIZES))) {
                widgetManager.getAppWidgetOptions(mAppWidgetId).getParcelableArrayList(
                        AppWidgetManager.OPTION_APPWIDGET_SIZES, SizeF.class))) {
            return;
        }
        Bundle options = newOptions.deepCopy();