mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
DROID-3566 Widgets | Enhancement | Enforce navigation after creating object via widget
This commit is contained in:
parent
983b7d8d23
commit
d0c3412e8c
1 changed files with 1 additions and 1 deletions
|
@ -2100,7 +2100,7 @@ class HomeScreenViewModel(
|
|||
fun onCreateDataViewObject(
|
||||
widget: WidgetId,
|
||||
view: ViewId?,
|
||||
navigate: Boolean = false
|
||||
navigate: Boolean = true
|
||||
) {
|
||||
Timber.d("onCreateDataViewObject")
|
||||
viewModelScope.launch {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue