forked from shihaam/thijooree
BML account lookup and add new contacts
This commit is contained in:
@@ -34,6 +34,7 @@ object ContactsCache {
|
||||
put("transferCyDesc", c.transferCyDesc)
|
||||
put("customerImgHash", c.customerImgHash ?: "")
|
||||
put("benefCategoryId", c.benefCategoryId)
|
||||
put("profileId", c.profileId)
|
||||
})
|
||||
}
|
||||
prefs.putString(KEY_CONTACTS, contactsArr.toString())
|
||||
@@ -69,7 +70,8 @@ object ContactsCache {
|
||||
benefStatus = o.optString("benefStatus"),
|
||||
transferCyDesc = o.optString("transferCyDesc", "MVR"),
|
||||
customerImgHash = o.optString("customerImgHash").takeIf { it.isNotBlank() },
|
||||
benefCategoryId = o.optString("benefCategoryId", "0")
|
||||
benefCategoryId = o.optString("benefCategoryId", "0"),
|
||||
profileId = o.optString("profileId", "")
|
||||
)
|
||||
}
|
||||
} catch (e: Exception) {
|
||||
|
||||
Reference in New Issue
Block a user