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

Commit 22374b0a authored by William Escande's avatar William Escande Committed by Automerger Merge Worker
Browse files

SystemServer: Fix branch coverage am: 595155cc

parents afdb3d90 595155cc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ class BluetoothAdapterState {
    private val _uiState = MutableSharedFlow<Int>(1 /* replay only most recent value*/)

    init {
        assert(_uiState.tryEmit(STATE_OFF))
        set(STATE_OFF)
    }

    fun set(s: Int) = runBlocking { _uiState.emit(s) }