Skip to content

Commit 7886769

Browse files
committed
docs: update docs
1 parent 781deb2 commit 7886769

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

app_widget/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,7 @@ class MainActivity: FlutterActivity() {
170170
override fun onFlutterUiDisplayed() {
171171
super.onFlutterUiDisplayed()
172172

173-
if (intent.action == AppWidgetManager.ACTION_APPWIDGET_CONFIGURE) {
174-
AppWidgetPlugin.Companion.handleConfigureAction(context, intent)
175-
}
173+
AppWidgetPlugin.Companion.handleWidgetAction(context, intent)
176174
}
177175
}
178176
```

0 commit comments

Comments
 (0)