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
|
@ -62,7 +62,6 @@ import kotlinx.coroutines.flow.debounce
|
|||
import kotlinx.coroutines.flow.distinctUntilChanged
|
||||
import kotlinx.coroutines.flow.drop
|
||||
import kotlinx.coroutines.flow.emitAll
|
||||
import kotlinx.coroutines.flow.filter
|
||||
import kotlinx.coroutines.flow.filterNotNull
|
||||
import kotlinx.coroutines.flow.flatMapLatest
|
||||
import kotlinx.coroutines.flow.flowOf
|
||||
|
@ -646,7 +645,7 @@ class DateObjectViewModel(
|
|||
effects.emit(DateObjectCommand.SendToast.UnexpectedLayout(navigation.layout?.name.orEmpty()))
|
||||
}
|
||||
|
||||
is OpenObjectNavigation.OpenDiscussion -> {
|
||||
is OpenObjectNavigation.OpenChat -> {
|
||||
effects.emit(
|
||||
DateObjectCommand.OpenChat(
|
||||
target = navigation.target,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue