mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
DROID-3603 Protocol | Enhancement | MW 0.40.18 (#2351)
This commit is contained in:
parent
ef8bd6ebcf
commit
f011f30935
3 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
[versions]
|
||||
middlewareVersion = "v0.40.16"
|
||||
middlewareVersion = "v0.40.18"
|
||||
kotlinVersion = '2.0.21'
|
||||
kspVersion = "2.0.21-1.0.25"
|
||||
|
||||
|
|
|
@ -354,7 +354,7 @@ class GlobalSearchViewModel @Inject constructor(
|
|||
}
|
||||
|
||||
fun onObjectClicked(globalSearchItemView: GlobalSearchItemView) {
|
||||
Timber.i("onObjectClicked, globalSearchItemView $globalSearchItemView")
|
||||
Timber.d("onObjectClicked, globalSearchItemView $globalSearchItemView")
|
||||
viewModelScope.launch {
|
||||
navigation.emit(
|
||||
globalSearchItemView.layout.navigation(
|
||||
|
|
|
@ -3108,6 +3108,8 @@ message Rpc {
|
|||
GET_STARTED = 1;
|
||||
EMPTY = 2;
|
||||
GUIDE_ONLY = 3; // only the guide without other tables
|
||||
GET_STARTED_MOBILE = 4;
|
||||
EMPTY_MOBILE = 5;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue