Skip to content

Commit b466f2a

Browse files
committed
Added support to airtel new numbers
1 parent c9d7259 commit b466f2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

furahitechpay/src/main/java/com/furahitechpay/furahitechpay/mobile/MobilePresenter.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class MobilePresenter(view: MobileView) : BasePresenter<MobileView>(view) {
4646
operatorIndex = 5
4747
}else if(phone.startsWith("62")){
4848
operatorIndex = 2
49-
}else if(phone.startsWith("68") || phone.startsWith("78")){
49+
}else if(phone.startsWith("68") || phone.startsWith("78") || phone.startsWith("69")){
5050
operatorIndex = 3
5151
}
5252
view.setMobileOperatorIcon(operatorsList[operatorIndex])

0 commit comments

Comments
 (0)