Move open parent and open root to background
This commit is contained in:
parent
e779fb1779
commit
8d0739463d
8 changed files with 108 additions and 57 deletions
|
@ -24,12 +24,4 @@ export default class NavigateUseCase {
|
|||
openLinkNext(): void {
|
||||
this.navigationPresenter.openLinkNext();
|
||||
}
|
||||
|
||||
openParent(): void {
|
||||
this.navigationPresenter.openParent();
|
||||
}
|
||||
|
||||
openRoot(): void {
|
||||
this.navigationPresenter.openRoot();
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue