|
|
|
@ -67,10 +67,10 @@ class EditableDataActivity : PokerAnalyticsActivity() { |
|
|
|
LiveData.TRANSACTION_TYPE.ordinal -> TransactionTypeDataFragment() |
|
|
|
LiveData.TRANSACTION_TYPE.ordinal -> TransactionTypeDataFragment() |
|
|
|
else -> EditableDataFragment() |
|
|
|
else -> EditableDataFragment() |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
fragment.setData(dataType, primaryKey) |
|
|
|
|
|
|
|
|
|
|
|
fragmentTransaction.add(R.id.container, fragment) |
|
|
|
fragmentTransaction.add(R.id.container, fragment) |
|
|
|
fragmentTransaction.commit() |
|
|
|
fragmentTransaction.commit() |
|
|
|
fragment.setData(dataType, primaryKey) |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |