mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
DROID-3232 App | Tech | Renamings (#1998)
This commit is contained in:
parent
691fc84b23
commit
a1aa1619e0
51 changed files with 2208 additions and 2055 deletions
|
@ -710,7 +710,7 @@ class AllContentViewModel(
|
|||
Timber.e("Unexpected layout: ${navigation.layout}")
|
||||
commands.emit(Command.SendToast.UnexpectedLayout(navigation.layout?.name.orEmpty()))
|
||||
}
|
||||
is OpenObjectNavigation.OpenDiscussion -> {
|
||||
is OpenObjectNavigation.OpenChat -> {
|
||||
commands.emit(
|
||||
Command.OpenChat(
|
||||
target = navigation.target,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue