mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-22 09:25:49 +03:00
Disable long-press room help
Users reported this message to be more confusing than helpful (might be related to german translation)
This commit is contained in:
parent
83b033ddde
commit
f8c515092c
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ class RoomSummaryController @Inject constructor(private val stringProvider: Stri
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (showHelp) {
|
if (showHelp && false) {
|
||||||
buildLongClickHelp()
|
buildLongClickHelp()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue