Update dependency com.pinterest.ktlint:ktlint-cli to v1.8.0 (#2708)

Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>
This commit is contained in:
Mend Renovate
2025-11-23 07:55:54 +00:00
committed by GitHub
parent e6ca458e1f
commit 13552c5ffa
7 changed files with 7 additions and 6 deletions

View File

@@ -33,7 +33,7 @@ abstract class WebViewInterceptor(
// Crashes on some devices. We skip this in some cases since the only impact is slower
// WebView init in those rare cases.
// See https://bugs.chromium.org/p/chromium/issues/detail?id=1279562
if (DeviceUtil.isMiui || Build.VERSION.SDK_INT == Build.VERSION_CODES.S && DeviceUtil.isSamsung) {
if (DeviceUtil.isMiui || (Build.VERSION.SDK_INT == Build.VERSION_CODES.S && DeviceUtil.isSamsung)) {
return@lazy
}