From f60fc11165cd051dfe130cd5337a3c30a320bb0e Mon Sep 17 00:00:00 2001 From: Laurent Date: Wed, 4 Dec 2019 15:31:13 +0100 Subject: [PATCH] Temporary remove of Poker Rumble --- .../android/ui/view/rowrepresentable/SettingRow.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/java/net/pokeranalytics/android/ui/view/rowrepresentable/SettingRow.kt b/app/src/main/java/net/pokeranalytics/android/ui/view/rowrepresentable/SettingRow.kt index 47ff363f..d64177a3 100644 --- a/app/src/main/java/net/pokeranalytics/android/ui/view/rowrepresentable/SettingRow.kt +++ b/app/src/main/java/net/pokeranalytics/android/ui/view/rowrepresentable/SettingRow.kt @@ -55,11 +55,11 @@ enum class SettingRow : RowRepresentable { rows.addAll(arrayListOf(BANKROLL_REPORT, TOP_10, PLAYERS)) rows.add(CustomizableRowRepresentable(customViewType = RowViewType.HEADER_TITLE, resId = R.string.information)) -// rows.addAll(arrayListOf(VERSION, RATE_APP, CONTACT_US, BUG_REPORT)) rows.addAll(arrayListOf(SUBSCRIPTION, VERSION, RATE_APP, CONTACT_US, BUG_REPORT)) 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.addAll(arrayListOf(FOLLOW_US, POKER_RUMBLE)) rows.add(CustomizableRowRepresentable(customViewType = RowViewType.HEADER_TITLE, resId = R.string.preferences)) rows.addAll(arrayListOf(CURRENCY))