mirror of
https://github.com/DefinedNet/mobile_nebula.git
synced 2025-02-21 10:35:26 +00:00
Remove call to register plugins
It's handled by the call to `super`
This commit is contained in:
parent
9e403b8710
commit
9ccc9ae986
1 changed files with 1 additions and 3 deletions
|
@ -58,9 +58,7 @@ class MainActivity: FlutterActivity() {
|
|||
appContext = context
|
||||
//TODO: Initializing in the constructor leads to a context lacking info we need, figure out the right way to do this
|
||||
sites = Sites(flutterEngine)
|
||||
|
||||
GeneratedPluginRegistrant.registerWith(flutterEngine)
|
||||
|
||||
|
||||
ui = MethodChannel(flutterEngine.dartExecutor.binaryMessenger, CHANNEL)
|
||||
ui!!.setMethodCallHandler { call, result ->
|
||||
when(call.method) {
|
||||
|
|
Loading…
Reference in a new issue