Skip to content

Commit

Permalink
Merge pull request datso#138 from cmendes0101/unregisterReceiver-android
Browse files Browse the repository at this point in the history
Add unregisterReceiver for android
  • Loading branch information
datso committed Mar 14, 2019
2 parents 326cc1c + 9cc109c commit 94b25b2
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 94b25b2

Please sign in to comment.