We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9d7259 commit b466f2aCopy full SHA for b466f2a
furahitechpay/src/main/java/com/furahitechpay/furahitechpay/mobile/MobilePresenter.kt
@@ -46,7 +46,7 @@ class MobilePresenter(view: MobileView) : BasePresenter<MobileView>(view) {
46
operatorIndex = 5
47
}else if(phone.startsWith("62")){
48
operatorIndex = 2
49
- }else if(phone.startsWith("68") || phone.startsWith("78")){
+ }else if(phone.startsWith("68") || phone.startsWith("78") || phone.startsWith("69")){
50
operatorIndex = 3
51
}
52
view.setMobileOperatorIcon(operatorsList[operatorIndex])
0 commit comments