Skip to content

Commit

Permalink
63883 bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Dattatrey Kulkarni committed May 15, 2023
1 parent 9d92d35 commit 3280634
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.buttonTint)
}
Expand Down

0 comments on commit 3280634

Please sign in to comment.