Skip to content

Commit

Permalink
Add unregisterReiver
Browse files Browse the repository at this point in the history
  • Loading branch information
cmendes0101 committed Oct 8, 2018
1 parent 5916395 commit 9cc109c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,8 @@ public void onDestroy() {
Log.w(TAG, "Failed to destroy PjSip library", e);
}

unregisterReceiver(mPhoneStateChangedReceiver);

super.onDestroy();
}

Expand Down

0 comments on commit 9cc109c

Please sign in to comment.