mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-17 15:26:23 +00:00
[fenix] No issue - Suppress new warnings from detekt update
This commit is contained in:
parent
de6145c967
commit
5a895d6125
@ -10,6 +10,7 @@ import org.mozilla.fenix.home.Tab
|
||||
/**
|
||||
* Diff callback for comparing tab lists with selected state.
|
||||
*/
|
||||
@Suppress("LongParameterList")
|
||||
internal class TabDiffUtil(
|
||||
private val old: List<Tab>,
|
||||
private val new: List<Tab>,
|
||||
|
@ -128,7 +128,7 @@ interface SessionControlController {
|
||||
fun handleCreateCollection()
|
||||
}
|
||||
|
||||
@SuppressWarnings("TooManyFunctions", "LargeClass")
|
||||
@SuppressWarnings("TooManyFunctions", "LargeClass", "LongParameterList")
|
||||
class DefaultSessionControlController(
|
||||
private val activity: HomeActivity,
|
||||
private val engine: Engine,
|
||||
|
@ -47,7 +47,7 @@ interface BookmarkController {
|
||||
fun handleBackPressed()
|
||||
}
|
||||
|
||||
@SuppressWarnings("TooManyFunctions")
|
||||
@SuppressWarnings("TooManyFunctions", "LongParameterList")
|
||||
class DefaultBookmarkController(
|
||||
private val activity: HomeActivity,
|
||||
private val navController: NavController,
|
||||
|
Loading…
Reference in New Issue
Block a user