Show not save dialog when exiting user profile edition with unsaved changes
This commit is contained in:
parent
42dd6c3544
commit
636c4c940e
6 changed files with 91 additions and 19 deletions
|
|
@ -0,0 +1,12 @@
|
|||
/*
|
||||
* 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
|
||||
|
||||
fun interface BaseNavigator {
|
||||
fun close()
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue