1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-08 05:47:05 +09:00

DROID-2194 Analytics | Route param (#962)

This commit is contained in:
Konstantin Ivanov 2024-03-04 10:30:38 +01:00 committed by uburoiubu
parent 3095e338b7
commit 852db14f52
No known key found for this signature in database
GPG key ID: C8FB80E0A595FBB6

View file

@ -209,7 +209,7 @@ object EventsDictionary {
// Routes
object Routes {
const val home = "ScreenHome"
const val home = "HomeScreen"
const val searchScreen = "ScreenSearch"
const val mention = "MenuMention"
const val searchMenu = "MenuSearch"