Disable "long click on room" "help"
Change-Id: I851092f89131b531e5e0e94e405bb2769f84dbb0
This commit is contained in:
parent
1c32fcad35
commit
fe1fc098c8
|
@ -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)
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue