Merge branch 'develop' into element_4236

# Conflicts:
#	CHANGES.rst
#	Riot/Managers/Settings/RiotSettings.swift
This commit is contained in:
Gil Eluard
2021-04-20 10:38:30 +02:00
4 changed files with 164 additions and 49 deletions
+7
View File
@@ -214,6 +214,13 @@ final class BuildSettings: NSObject {
/// Indicates should the app log out the user when number of biometrics failures reaches `maxAllowedNumberOfBiometricsFailures`. Defaults to `false`
static let logOutUserWhenBiometricsFailuresExceeded: Bool = false
// MARK: - Main Tabs
static let homeScreenShowFavouritesTab: Bool = true
static let homeScreenShowPeopleTab: Bool = true
static let homeScreenShowRoomsTab: Bool = true
static let homeScreenShowCommunitiesTab: Bool = true
// MARK: - General Settings Screen
static let settingsScreenShowUserFirstName: Bool = false