Update linter

This commit is contained in:
arkon
2022-04-08 15:30:30 -04:00
parent 37100f0937
commit f0eb42e72d
192 changed files with 318 additions and 437 deletions
@@ -30,7 +30,7 @@ import reactivecircus.flowbinding.android.view.hierarchyChangeEvents
*/
class TachiyomiAppBarLayout @JvmOverloads constructor(
context: Context,
attrs: AttributeSet? = null
attrs: AttributeSet? = null,
) : AppBarLayout(context, attrs) {
private var lifted = true