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
@ -102,7 +102,7 @@ class RoomSummaryController @Inject constructor(private val stringProvider: Stri
|
||||
}
|
||||
}
|
||||
|
||||
if (showHelp) {
|
||||
if (showHelp && false) {
|
||||
buildLongClickHelp()
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user