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

Commit d7ccf158 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Disable transition debug logs" into main

parents 78294408 5626a277
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!!
        }
    }