|
|
|
@ -280,7 +280,9 @@ class HandHistoryFragment : RealmFragment(), RowRepresentableDelegate, KeyboardL |
|
|
|
|
|
|
|
|
|
|
|
override fun actionSelected(action: Action.Type) { |
|
|
|
override fun actionSelected(action: Action.Type) { |
|
|
|
Timber.d(">>> action $action selected") |
|
|
|
Timber.d(">>> action $action selected") |
|
|
|
|
|
|
|
getRealm().executeTransaction { |
|
|
|
this.model.actionSelected(action) |
|
|
|
this.model.actionSelected(action) |
|
|
|
|
|
|
|
} |
|
|
|
this.findNextActionToEdit() |
|
|
|
this.findNextActionToEdit() |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|