We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 781deb2 commit 7886769Copy full SHA for 7886769
app_widget/README.md
@@ -170,9 +170,7 @@ class MainActivity: FlutterActivity() {
170
override fun onFlutterUiDisplayed() {
171
super.onFlutterUiDisplayed()
172
173
- if (intent.action == AppWidgetManager.ACTION_APPWIDGET_CONFIGURE) {
174
- AppWidgetPlugin.Companion.handleConfigureAction(context, intent)
175
- }
+ AppWidgetPlugin.Companion.handleWidgetAction(context, intent)
176
}
177
178
```
0 commit comments