|
|
|
@ -73,7 +73,7 @@ enum class SettingRow : RowRepresentable { |
|
|
|
rows.addAll(arrayListOf(SUBSCRIPTION, VERSION, RATE_APP, CONTACT_US, BUG_REPORT, DISCORD)) |
|
|
|
rows.addAll(arrayListOf(SUBSCRIPTION, VERSION, RATE_APP, CONTACT_US, BUG_REPORT, DISCORD)) |
|
|
|
|
|
|
|
|
|
|
|
rows.add(CustomizableRowRepresentable(customViewType = RowViewType.HEADER_TITLE, resId = R.string.follow_us)) |
|
|
|
rows.add(CustomizableRowRepresentable(customViewType = RowViewType.HEADER_TITLE, resId = R.string.follow_us)) |
|
|
|
rows.addAll(arrayListOf(FOLLOW_US, POKER_RUMBLE)) |
|
|
|
rows.addAll(arrayListOf(FOLLOW_US)) |
|
|
|
|
|
|
|
|
|
|
|
rows.add(CustomizableRowRepresentable(customViewType = RowViewType.HEADER_TITLE, resId = R.string.preferences)) |
|
|
|
rows.add(CustomizableRowRepresentable(customViewType = RowViewType.HEADER_TITLE, resId = R.string.preferences)) |
|
|
|
rows.addAll(arrayListOf(CURRENCY)) |
|
|
|
rows.addAll(arrayListOf(CURRENCY)) |
|
|
|
@ -128,7 +128,6 @@ enum class SettingRow : RowRepresentable { |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
override val viewType: Int |
|
|
|
override val viewType: Int |
|
|
|
get() { |
|
|
|
get() { |
|
|
|
return when (this) { |
|
|
|
return when (this) { |
|
|
|
|