Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiruili committed Jul 16, 2017
1 parent e1a577e commit cb4985f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ public void onError(String module, int errCode, String errMsg) {
@Override
protected void onResume() {
super.onResume();
ILVCallManager.getInstance().addCallListener(this);
ILVCallManager.getInstance().onResume();
ILVCallManager.getInstance().addCallListener(this);
}

@Override
Expand All @@ -131,8 +131,8 @@ public void onActionSwitchCamera(boolean enableCamera) {

@Override
protected void onPause() {
ILVCallManager.getInstance().onPause();
ILVCallManager.getInstance().removeCallListener(this);
ILVCallManager.getInstance().onPause();
super.onPause();
}

Expand Down

0 comments on commit cb4985f

Please sign in to comment.