Skip to content

Commit

Permalink
Double Derp
Browse files Browse the repository at this point in the history
  • Loading branch information
penn5 committed May 7, 2019
1 parent b696b19 commit 3dfce71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/huawei/ims/HwImsCallSession.kt
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ class HwImsCallSession
}
}

mProfile.setCallExtra(EXTRA_OI, (if (call.isMT == 0) "" else "+") + call.number)
mProfile.setCallExtra(EXTRA_OI, (if (call.isMT > 0) "+" else "") + call.number)
mProfile.setCallExtraInt(EXTRA_OIR, hwOirToOir(call.numberPresentation))
mProfile.setCallExtra(EXTRA_CNA, if (call.name.isEmpty()) call.number else call.name)
mProfile.setCallExtraInt(EXTRA_CNAP, hwOirToOir(call.namePresentation))
Expand Down

0 comments on commit 3dfce71

Please sign in to comment.