For #26023: Supress LongParameterList warnings.

pull/543/head
mcarare 2 years ago committed by mergify[bot]
parent 258acf5fd9
commit 7efc9fcb7a

@ -98,7 +98,7 @@ interface QuickSettingsController {
* specific Android runtime permissions.
* @param displayPermissions callback for when [WebsitePermissionsView] needs to be displayed.
*/
@Suppress("TooManyFunctions")
@Suppress("TooManyFunctions", "LongParameterList")
class DefaultQuickSettingsController(
private val context: Context,
private val quickSettingsStore: QuickSettingsFragmentStore,

@ -107,7 +107,7 @@ interface TabsTrayController {
fun handleMediaClicked(tab: SessionState)
}
@Suppress("TooManyFunctions")
@Suppress("TooManyFunctions", "LongParameterList")
class DefaultTabsTrayController(
private val trayStore: TabsTrayStore,
private val browserStore: BrowserStore,

Loading…
Cancel
Save