Skip to content

Commit

Permalink
Merge branch 'boost_vertical' into shubh_boost_vertical
Browse files Browse the repository at this point in the history
  • Loading branch information
shubh-gupta-cantech committed May 15, 2023
2 parents c3d8174 + 3280634 commit 1ff118d
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,8 @@ class EnterPhoneFragment : AppBaseFragment<FragmentEnterPhoneBinding, LoginSignU


private fun initUI() {
if (BuildConfig.FLAVOR.equals("partone") || BuildConfig.FLAVOR.equals("jioonline")) {
initTncString()
}else{
initTncString()
if (!BuildConfig.FLAVOR.equals("partone") || !BuildConfig.FLAVOR.equals("jioonline")) {
binding.tvLoginWithEmail.setCompoundDrawablesWithIntrinsicBounds(0, 0, 0, 0)
binding.tvRequestOtp.backgroundTintList= ContextCompat.getColorStateList(context!!, R.color.disable_enable_button_selector)
}
Expand Down

0 comments on commit 1ff118d

Please sign in to comment.