|
|
|
|
@ -21,7 +21,7 @@ class HomeActivity : PokerAnalyticsActivity() { |
|
|
|
|
companion object { |
|
|
|
|
fun newInstance(context: Context, id: Int) { |
|
|
|
|
val intent = Intent(context, HomeActivity::class.java) |
|
|
|
|
intent.putExtra("id", 10) |
|
|
|
|
intent.putExtra("id", id) |
|
|
|
|
context.startActivity(intent) |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
@ -177,7 +177,7 @@ class HomeActivity : PokerAnalyticsActivity() { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
.setNegativeButton(R.string.cancel) { _, which -> |
|
|
|
|
.setNegativeButton(R.string.cancel) { _, _ -> |
|
|
|
|
Timber.d("Click on cancel") |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|