Disable "long click on room" "help"

Change-Id: I851092f89131b531e5e0e94e405bb2769f84dbb0
This commit is contained in:
SpiritCroc 2021-07-02 18:35:15 +02:00
parent 1c32fcad35
commit fe1fc098c8
1 changed files with 1 additions and 1 deletions

View File

@ -724,7 +724,7 @@ class VectorPreferences @Inject constructor(private val context: Context) {
* @return true if the help on room list should be shown
*/
fun shouldShowLongClickOnRoomHelp(): Boolean {
return defaultPrefs.getBoolean(SETTINGS_SHOULD_SHOW_HELP_ON_ROOM_LIST_KEY, true)
return defaultPrefs.getBoolean(SETTINGS_SHOULD_SHOW_HELP_ON_ROOM_LIST_KEY, false)
}
/**