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

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

Merge "[Spa] Remove ExperimentalTime from TimeMeasurer" into main

parents c57d5aa8 2322b3e2
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -14,14 +14,11 @@
 * limitations under the License.
 */

@file:OptIn(ExperimentalTime::class)

package com.android.settingslib.spa.framework.compose

import android.util.Log
import androidx.compose.runtime.Composable
import androidx.compose.runtime.remember
import kotlin.time.ExperimentalTime
import kotlin.time.TimeSource

const val ENABLE_MEASURE_TIME = false