|
|
|
|
@ -111,7 +111,7 @@ open class EditableDataFragment : PokerAnalyticsFragment(), RowRepresentableDele |
|
|
|
|
isUpdating = true |
|
|
|
|
} ?: run { |
|
|
|
|
//TODO: Localize |
|
|
|
|
this.appBar.toolbar.title = "New ${this.liveDataType.localizedTitle(this.parentActivity).toLowerCase().capitalize()}" |
|
|
|
|
this.appBar.toolbar.title = this.liveDataType.newEntityLocalizedTitle(requireContext()) |
|
|
|
|
} |
|
|
|
|
this.item = this.liveDataType.updateOrCreate(this.getRealm(), primaryKey) |
|
|
|
|
|
|
|
|
|
|