1
0
Fork 0
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:
Evgenii Kozlov 2025-04-24 14:38:14 +02:00 committed by GitHub
parent ef8bd6ebcf
commit f011f30935
Signed by: github
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 2 deletions

View file

@ -1,5 +1,5 @@
[versions]
middlewareVersion = "v0.40.16"
middlewareVersion = "v0.40.18"
kotlinVersion = '2.0.21'
kspVersion = "2.0.21-1.0.25"

View file

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

View file

@ -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;
}
}