Skip to content

Commit

Permalink
chore: addFiles -> addIntegrations (#725)
Browse files Browse the repository at this point in the history
fix #721
  • Loading branch information
validcube authored Mar 2, 2023
1 parent 48a1044 commit a635e5b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ class MainActivity : FlutterActivity() {
)
)
}
patcher.addFiles(listOf(integrations)) {}
patcher.addIntegrations(listOf(integrations)) {}
}

handler.post {
Expand Down

0 comments on commit a635e5b

Please sign in to comment.