soft reject etxt update, order change (#895)

This commit is contained in:
Satish Prasad
2020-06-26 19:19:18 +05:30
committed by GitHub Enterprise
parent abbf7ae6cf
commit 070389f932
3 changed files with 6 additions and 6 deletions

View File

@@ -161,7 +161,7 @@ class RatingActivity : BaseActivity(), View.OnClickListener {
get() = NaviAnalytics.RATING_SCREEN
companion object {
private const val SCREEN_SHOW_TIME = 2000L
private const val SCREEN_SHOW_TIME = 1000L
private const val SCREEN_SHOW_AFTER_PLAYSTORE_TIME = 1000L
const val RATING_VALUE = "RATING_VALUE"
const val RATING_DATA = "RATING_DATA"

View File

@@ -34,16 +34,16 @@ fun getProfileRejectionScreenData(): List<RejectionData> {
val context = NaviApplication.instance
return listOf(
RejectionData(
context.getString(R.string.age_criteria),
context.getString(R.string.age_criteria_description)
context.getString(R.string.pincode_criteria),
context.getString(R.string.pincode_criteria_description)
),
RejectionData(
context.getString(R.string.employment_type_criteria),
context.getString(R.string.employment_type_criteria_description)
),
RejectionData(
context.getString(R.string.pincode_criteria),
context.getString(R.string.pincode_criteria_description)
context.getString(R.string.age_criteria),
context.getString(R.string.age_criteria_description)
)
)
}

View File

@@ -354,7 +354,7 @@
<string name="age_criteria">Age</string>
<string name="age_criteria_description">Your age needs to be more than 21 years.</string>
<string name="employment_type_criteria">Employment type</string>
<string name="employment_type_criteria_description">Only salaried professionals are eligible for a loan at this time</string>
<string name="employment_type_criteria_description">Only salaried and self-employed professionals are eligible for a loan at this time</string>
<string name="pincode_criteria">Pincode</string>
<string name="pincode_criteria_description">Your current location and current residence pincode both need to be a part of the list of operational cities below:\n\n Ahmedabad\n Amritsar\n Bangalore\n Bhopal\n Bhubhaneshwar\n Chandigarh\n Chennai\n Cuttack\n Faridabad\n Gandhi Nagar\n Ghaziabad\n Gurgaon\n Hyderabad\n Indore\n Jaipur\n Jalandhar\n Kolkata\n Lucknow\n Ludhiana\n Mumbai\n Nagpur\n New Delhi\n Noida\n Patna\n Pune\n Surat\n Thane\n Vadodara\n Visakhapatnam</string>
<string name="location_turned_off">Location Turned Off</string>