chore: addFiles -> addIntegrations (#725)

fix #721
This commit is contained in:
EvadeMaster 2023-03-02 14:51:35 +07:00 committed by GitHub
parent 48a10440fe
commit a635e5b8d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -150,7 +150,7 @@ class MainActivity : FlutterActivity() {
)
)
}
patcher.addFiles(listOf(integrations)) {}
patcher.addIntegrations(listOf(integrations)) {}
}
handler.post {