m
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
erinn 2021-06-16 16:53:18 -07:00
parent 0b7f2b13bd
commit cc4ec567fb
1 changed files with 0 additions and 1 deletions

View File

@ -185,7 +185,6 @@ class MainActivity: FlutterActivity() {
val evtType = intent.getStringExtra("EventType") ?: ""
val evtData = intent.getStringExtra("Data") ?: ""
//val evtID = intent.getStringExtra("EventID") ?: ""//todo?
print("i think this bus is the one causing the error, lessee...")
eventBus.invokeMethod(evtType, evtData)
}
}