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

Commit 2322b3e2 authored by Chaohui Wang's avatar Chaohui Wang
Browse files

[Spa] Remove ExperimentalTime from TimeMeasurer

kotlin.time is stable now.

Bug: N/A
Flag: EXEMPT clean up
Test: manual - with gallery
Change-Id: Ibc7f880308518bfc85ca465560616dec3aeb1d45
parent 4f06c68f
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