Skip to content

Commit

Permalink
docs: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
noxasch committed Sep 21, 2022
1 parent 781deb2 commit 7886769
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app_widget/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,7 @@ class MainActivity: FlutterActivity() {
override fun onFlutterUiDisplayed() {
super.onFlutterUiDisplayed()

if (intent.action == AppWidgetManager.ACTION_APPWIDGET_CONFIGURE) {
AppWidgetPlugin.Companion.handleConfigureAction(context, intent)
}
AppWidgetPlugin.Companion.handleWidgetAction(context, intent)
}
}
```
Expand Down

0 comments on commit 7886769

Please sign in to comment.