mirror of
https://github.com/InsanusMokrassar/PsychomatrixBase.git
synced 2024-11-21 15:53:58 +00:00
fix work of ModifyPsychomatrixPresenterImpl#getPsychomatrixHistory
This commit is contained in:
parent
091f6a7776
commit
39429be769
@ -33,6 +33,6 @@ class ModifyPsychomatrixPresenterImpl(
|
||||
}
|
||||
|
||||
override fun getPsychomatrixHistory(psychomatrix: Psychomatrix): List<Operation> {
|
||||
return getInverts(psychomatrix)
|
||||
return modifyPsychomatrixUseCase.getPsychomatrixHistory(psychomatrix)
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user