Commit 7db31b15 authored by shohboz's avatar shohboz

[UPD] MUS-318 Feature, updated some bugs

parent 21461be2
......@@ -47,7 +47,7 @@ object CONSTANTS {
const val PHONE3 = "+998 97 203 10 10"
const val DEFAULT_PHONE = "+998 97 999-99-99"
const val RESEND_CODE_TIME = 60000L
const val BLOCKED_TIME = 600
const val BLOCKED_TIME = 6000
const val PHONE = "phone"
......
......@@ -92,7 +92,7 @@ class ReplenishBalanceFragment : BaseFragment(R.layout.fragment_replenish_balanc
val uri = Uri.parse(
when (pref.language) {
CONSTANTS.UZ -> CONSTANTS.PAYSYS_LICENSE_UZ
CONSTANTS.RU -> CONSTANTS.PRIVACY_POLICY_RU
CONSTANTS.RU -> CONSTANTS.PAYSYS_LICENSE_RU
else -> CONSTANTS.PAYSYS_LICENSE_EN
}
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment