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

Commit ad17f8d5 authored by Coco Duan's avatar Coco Duan Committed by Android (Google) Code Review
Browse files

Merge "Fix random widget getting displayed after adding a widget" into main

parents c73e0e50 98610cea
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -146,8 +146,6 @@ private fun WidgetContent(
                    .createView(context, model.appWidgetId, model.providerInfo)
                    .apply { updateAppWidgetSize(Bundle.EMPTY, listOf(size)) }
            },
            // For reusing composition in lazy lists.
            onReset = {}
        )
    }
}