Remove BaseNavigator, it's actually not ideal when looking for usage.
This commit is contained in:
parent
942d60812e
commit
31e9abbb98
5 changed files with 24 additions and 15 deletions
|
|
@ -1,15 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2025 Element Creations Ltd.
|
||||
*
|
||||
* SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial.
|
||||
* Please see LICENSE files in the repository root for full details.
|
||||
*/
|
||||
|
||||
package io.element.android.libraries.architecture.navigation
|
||||
|
||||
/**
|
||||
* Base navigator interface to be implemented by nodes to handle navigation actions from presenters.
|
||||
*/
|
||||
fun interface BaseNavigator {
|
||||
fun close()
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue