Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
flutter_push
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
顾海波
2025-01-22 13:35:19 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
79341a21bf89bb62acb28b456ce06781ab4140d0
79341a21
1 parent
e2b3ddb2
【需求】数据对接
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
android/src/main/kotlin/com/ewin/flutter_push/EwinMixPushReceiver.kt
android/src/main/kotlin/com/ewin/flutter_push/EwinMixPushReceiver.kt
View file @
79341a2
...
...
@@ -24,9 +24,9 @@ class EwinMixPushReceiver : MixPushReceiver() {
override fun onNotificationMessageArrived(context: Context?, message: MixPushMessage?) {
message?.run {
if (isPassThrough){
this.
invokeListener(MixListenerTypeEnum.ReceivePassThroughMessage, message)
invokeListener(MixListenerTypeEnum.ReceivePassThroughMessage, message)
}else{
this.
invokeListener(MixListenerTypeEnum.NotificationMessageArrived, message)
invokeListener(MixListenerTypeEnum.NotificationMessageArrived, message)
}
}
}
...
...
Please
register
or
login
to post a comment