mirror of
https://github.com/InsanusMokrassar/PsychomatrixBase.git
synced 2025-09-16 13:49:31 +00:00
fix work of ModifyPsychomatrixPresenterImpl#getPsychomatrixHistory
This commit is contained in:
@@ -33,6 +33,6 @@ class ModifyPsychomatrixPresenterImpl(
|
|||||||
}
|
}
|
||||||
|
|
||||||
override fun getPsychomatrixHistory(psychomatrix: Psychomatrix): List<Operation> {
|
override fun getPsychomatrixHistory(psychomatrix: Psychomatrix): List<Operation> {
|
||||||
return getInverts(psychomatrix)
|
return modifyPsychomatrixUseCase.getPsychomatrixHistory(psychomatrix)
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user