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

Commit aee98d30 authored by Jiaming Cheng's avatar Jiaming Cheng
Browse files

Remove the unused imports

Some unused imports were accidentally introduced by ag/30676928.

Flag: com.android.systemui.qs_tile_detailed_view
Test: N/A
Bug: b/381941621
Change-Id: Ia79c32c648f1f07a6b2a6480bbbc02e6084efb94
parent 80de5ddc
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -30,11 +30,6 @@ import com.android.systemui.qs.tiles.dialog.WifiStateWorker
import com.android.systemui.qs.tiles.impl.internet.domain.model.InternetTileModel
import com.android.systemui.qs.tiles.viewmodel.QSTileUserAction
import com.android.systemui.statusbar.connectivity.AccessPointController
import kotlinx.coroutines.flow.SharingStarted
import kotlinx.coroutines.flow.StateFlow
import kotlinx.coroutines.flow.flatMapLatest
import kotlinx.coroutines.flow.flowOn
import kotlinx.coroutines.flow.stateIn
import javax.inject.Inject
import kotlin.coroutines.CoroutineContext
import kotlinx.coroutines.withContext