|
|
|
|
@ -13,7 +13,10 @@ import net.pokeranalytics.android.model.Limit |
|
|
|
|
import net.pokeranalytics.android.ui.adapter.RowRepresentableAdapter |
|
|
|
|
import net.pokeranalytics.android.ui.view.RowRepresentable |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* Bottom Sheet List Game Fragment |
|
|
|
|
* Display a list of game + chips to choose the game limit |
|
|
|
|
*/ |
|
|
|
|
class BottomSheetListGameFragment : BottomSheetListFragment() { |
|
|
|
|
|
|
|
|
|
private var limit: Int? = 0 |
|
|
|
|
|