adding group message notifications

This commit is contained in:
erinn 2021-06-16 16:45:37 -07:00
parent 564556d8fa
commit 24854c24f5
1 changed files with 1 additions and 0 deletions

View File

@ -185,6 +185,7 @@ 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)
}
}