Skip to content

Commit

Permalink
Fix OIR fully
Browse files Browse the repository at this point in the history
  • Loading branch information
penn5 committed Mar 17, 2019
1 parent 949f831 commit 5e3d96a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/huawei/ims/HwImsCallSession.java
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public void addIdFromRIL(RILImsCall call, String number) {
private int hwOirToOir(int oir) {
switch (oir) {
case OIR_BEHAVIOUR_TYPE_DEFAULT:
return ImsCallProfile.OIR_DEFAULT;
return ImsCallProfile.OIR_PRESENTATION_NOT_RESTRICTED;
case OIR_BEHAVIOUR_TYPE_NOT_RESTRICTED:
return ImsCallProfile.OIR_PRESENTATION_NOT_RESTRICTED;
case OIR_BEHAVIOUR_TYPE_NOT_SUBSCRIBED:
Expand Down

0 comments on commit 5e3d96a

Please sign in to comment.