Skip to content

Commit

Permalink
fix #165
Browse files Browse the repository at this point in the history
  • Loading branch information
chendong committed Nov 1, 2024
1 parent b9645bb commit 4c97ee5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public void onMethodCall(final MethodCall call, @NonNull final Result result) {
CrashReport.setUserSceneTag(activity.getApplicationContext(), userSceneTag);
}
result(null);
} else if (call.method.equals("setChannel")) {
} else if (call.method.equals("setAppChannel")) {
setChannel(call, null);
result(null);
} else if (call.method.equals("setDeviceID")) {
Expand Down

0 comments on commit 4c97ee5

Please sign in to comment.