Show not save dialog when exiting user profile edition with unsaved changes

This commit is contained in:
Benoit Marty 2025-11-21 11:53:28 +01:00
parent 42dd6c3544
commit 636c4c940e
6 changed files with 91 additions and 19 deletions

View file

@ -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()
}