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:
SpiritCroc 2020-07-22 13:18:08 +02:00
parent 83b033ddde
commit f8c515092c
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ class RoomSummaryController @Inject constructor(private val stringProvider: Stri
} }
} }
if (showHelp) { if (showHelp && false) {
buildLongClickHelp() buildLongClickHelp()
} }
} }