Skip to content

Commit

Permalink
Update AgoraModule.java
Browse files Browse the repository at this point in the history
  • Loading branch information
yoonzm authored Nov 22, 2018
1 parent 3eeed54 commit 4db699c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/src/main/java/com/syan/agora/AgoraModule.java
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ public void run() {
* 用户uid离线时的回调
*/
@Override
public void onUserOffline(final int uid, int reason) {
public void onUserOffline(final int uid, final int reason) {
runOnUiThread(new Runnable() {
@Override
public void run() {
Expand Down

0 comments on commit 4db699c

Please sign in to comment.