Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5626a277 authored by Hawkwood Glazier's avatar Hawkwood Glazier
Browse files

Disable transition debug logs

Test: None
Bug: 326719188
Flag: ACONFIG com.android.systemui.migrate_clocks_to_blueprint STAGING
Change-Id: Iaba99e3525c01a75ebb90d94db79dcf6b390d480
parent 18e70bc1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ import kotlin.math.max
import kotlinx.coroutines.launch

private const val TAG = "KeyguardBlueprintViewBinder"
private const val DEBUG = true
private const val DEBUG = false

@SysUISingleton
class KeyguardBlueprintViewBinder
+1 −1
Original line number Diff line number Diff line
@@ -199,7 +199,7 @@ class ClockSizeTransition(
            private val TRANSITION_PROPERTIES =
                arrayOf(PROP_VISIBILITY, PROP_ALPHA, PROP_BOUNDS, SMARTSPACE_BOUNDS)

            private val DEBUG = true
            private val DEBUG = false
            private val TAG = VisibilityBoundsTransition::class.simpleName!!
        }
    }