|
|
|
@ -598,7 +598,7 @@ class HandHistoryFragment : RealmFragment(), RowRepresentableDelegate, KeyboardL |
|
|
|
private fun showPositionOptions(positionIndex: Int) { |
|
|
|
private fun showPositionOptions(positionIndex: Int) { |
|
|
|
|
|
|
|
|
|
|
|
val builder: AlertDialog.Builder = AlertDialog.Builder(context) |
|
|
|
val builder: AlertDialog.Builder = AlertDialog.Builder(context) |
|
|
|
builder.setTitle(R.string.player) |
|
|
|
builder.setTitle(R.string.position) |
|
|
|
builder.setItems(arrayOf<CharSequence>( |
|
|
|
builder.setItems(arrayOf<CharSequence>( |
|
|
|
getString(R.string.remove) |
|
|
|
getString(R.string.remove) |
|
|
|
)) { _, index -> |
|
|
|
)) { _, index -> |
|
|
|
|